We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38992e3 commit 44846b7Copy full SHA for 44846b7
.github/workflows/ci.yml
@@ -145,7 +145,7 @@ jobs:
145
runs-on: ubuntu-latest
146
strategy:
147
matrix:
148
- node_version_to_setup: [20, 22, 23]
+ node_version_to_setup: [20, 22, 24]
149
permissions:
150
contents: read # for actions/checkout
151
steps:
package.json
@@ -28,7 +28,7 @@
28
"graphql-js"
29
],
30
"engines": {
31
- "node": "^20.19.0 || ^22.12.0 || >=23.0.0"
+ "node": "^20.19.0 || ^22.12.0 || >=24.0.0"
32
},
33
"scripts": {
34
"preversion": "bash -c '. ./resources/checkgit.sh && npm ci --ignore-scripts'",
0 commit comments