Skip to content

Commit 44846b7

Browse files
committed
switch to node v24
1 parent 38992e3 commit 44846b7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ jobs:
145145
runs-on: ubuntu-latest
146146
strategy:
147147
matrix:
148-
node_version_to_setup: [20, 22, 23]
148+
node_version_to_setup: [20, 22, 24]
149149
permissions:
150150
contents: read # for actions/checkout
151151
steps:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"graphql-js"
2929
],
3030
"engines": {
31-
"node": "^20.19.0 || ^22.12.0 || >=23.0.0"
31+
"node": "^20.19.0 || ^22.12.0 || >=24.0.0"
3232
},
3333
"scripts": {
3434
"preversion": "bash -c '. ./resources/checkgit.sh && npm ci --ignore-scripts'",

0 commit comments

Comments
 (0)