Skip to content

Commit

Permalink
Add Node 22.x to GitHub Actions build
Browse files Browse the repository at this point in the history
  • Loading branch information
mjradwin committed May 12, 2024
1 parent a5414cd commit c9a07fd
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

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

steps:
Expand Down
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
"dist/*"
],
"devDependencies": {
"@types/node": "20.12.7",
"ava": "^6.1.2",
"@types/node": "20.12.11",
"ava": "^6.1.3",
"gts": "^5.3.0",
"typescript": "^5.4.5"
},
Expand Down

0 comments on commit c9a07fd

Please sign in to comment.