Skip to content

Commit

Permalink
remove node 14
Browse files Browse the repository at this point in the history
  • Loading branch information
zirkelc committed Jan 15, 2024
1 parent db190de commit 7f84536
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
strategy:
fail-fast: false
matrix:
version: [14, 16, 18]
version: [16, 18, 20]

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion __tests__/iam.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,6 @@ describe("IAM", () => {

controller.abort();

await expect(response).rejects.toThrow("This operation was aborted");
await expect(response).rejects.toThrow();
});
});

0 comments on commit 7f84536

Please sign in to comment.