Skip to content

Commit b63c3f4

Browse files
committed
Add Node 22.x to GitHub Actions build
1 parent f4d565c commit b63c3f4

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/node.js.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
strategy:
1818
matrix:
19-
node-version: [16.x, 18.x, 20.x]
19+
node-version: [16.x, 18.x, 20.x, 22.x]
2020
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
2121

2222
steps:

package-lock.json

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
},
4040
"devDependencies": {
4141
"@ava/typescript": "^5.0.0",
42-
"@types/node": "20.12.10",
42+
"@types/node": "20.12.11",
4343
"ava": "^6.1.3",
4444
"gts": "^5.3.0",
4545
"typescript": "^5.4.5"

0 commit comments

Comments
 (0)