Skip to content

Commit 5ab1f5e

Browse files
authored
Merge pull request #950 from ain/nodejs-v25-support
Add support for Node.js v25
2 parents 3a0250f + 0ee8c7c commit 5ab1f5e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
matrix:
1010
os: [ubuntu-latest, windows-latest]
11-
node: [20, 22, 24]
11+
node: [20, 22, 24, 25]
1212
steps:
1313
- uses: actions/checkout@v4
1414
- name: Use Node.js ${{ matrix.node }}

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
@@ -33,7 +33,7 @@
3333
"c8": "^10.1.2"
3434
},
3535
"engines": {
36-
"node": ">=10.24.1 <25.0.0"
36+
"node": ">=10.24.1 <26.0.0"
3737
},
3838
"repository": {
3939
"type": "git",

0 commit comments

Comments
 (0)