Skip to content

Commit d9d2694

Browse files
committed
feat: add node 24 support
1 parent fc76097 commit d9d2694

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
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
strategy:
1717
matrix:
18-
node-version: [18.x, 20.x, 22.x]
18+
node-version: [18.x, 20.x, 22.x, 24.x]
1919

2020
steps:
2121
- uses: actions/checkout@v4

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
@@ -160,6 +160,6 @@
160160
},
161161
"types": "./dist/index.d.ts",
162162
"engines": {
163-
"node": ">=18 <=22"
163+
"node": ">=18 <=24"
164164
}
165165
}

0 commit comments

Comments
 (0)