Skip to content

Commit 606ed9e

Browse files
authored
add latest version of node to test matrix (#4591)
still use latest LTS (24) for the remainder of CI
1 parent 8fa8013 commit 606ed9e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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, 24]
148+
node_version_to_setup: [20, 22, 24, 25]
149149
permissions:
150150
contents: read # for actions/checkout
151151
steps:

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
@@ -26,7 +26,7 @@
2626
"graphql-js"
2727
],
2828
"engines": {
29-
"node": "^20.0.0 || ^22.0.0 || >=24.0.0"
29+
"node": "^20.0.0 || ^22.0.0 || ^24.0.0 || >=25.0.0"
3030
},
3131
"scripts": {
3232
"preversion": "bash -c '. ./resources/checkgit.sh && npm ci --ignore-scripts'",

0 commit comments

Comments
 (0)