Skip to content

Commit

Permalink
chore: updating tests for node 20 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
krpeacock committed Oct 17, 2023
1 parent 75fcb03 commit a2c44f9
Show file tree
Hide file tree
Showing 21 changed files with 8,029 additions and 3,320 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ jobs:
spec:
- '0.16.1'
node:
- 14
- 16
- 18
- 20

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v18.16
v20.8.1
8 changes: 4 additions & 4 deletions e2e/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,21 +30,21 @@
"@tsconfig/node17": "^1.0.1",
"@types/base64-js": "^1.3.0",
"@types/isomorphic-fetch": "^0.0.36",
"@types/jest": "^28.1.4",
"@types/jest": "^29.5.5",
"@types/text-encoding": "^0.0.36",
"@typescript-eslint/eslint-plugin": "^5.30.5",
"@typescript-eslint/parser": "^5.30.5",
"esbuild": "^0.15.16",
"eslint-plugin-jsdoc": "^39.3.3",
"eslint": "^8.19.0",
"eslint-plugin-jsdoc": "^39.3.3",
"isomorphic-fetch": "^3.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^28.1.3",
"jest": "^28.1.2",
"locus": "^2.0.4",
"node-webcrypto-p11": "^2.5.0",
"size-limit": "^8.2.6",
"text-encoding": "^0.7.0",
"ts-jest": "^28.0.5",
"ts-jest": "^29.1.1",
"ts-node": "^10.8.2",
"typescript": "^4.7.4",
"webcrypto-core": "^1.7.5"
Expand Down
Loading

0 comments on commit a2c44f9

Please sign in to comment.