Skip to content

Commit 2388f10

Browse files
authored
feat: add node 24 support (#448)
1 parent cf62b91 commit 2388f10

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/nodejs-ci-action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
strategy:
1515
matrix:
16-
node-version: [18.x, 20.x, 22.x]
16+
node-version: [18.x, 20.x, 22.x, 24.x]
1717

1818
steps:
1919
- uses: actions/checkout@v3

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
}
3333
],
3434
"engines": {
35-
"node": "^22 || ^20 || ^18"
35+
"node": "^24 || ^22 || ^20 || ^18"
3636
},
3737
"repository": {
3838
"type": "git",

0 commit comments

Comments
 (0)