Skip to content

Commit 64cc3eb

Browse files
committed
Update Node to v24.15.0
1 parent ee37a61 commit 64cc3eb

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
- uses: actions/setup-node@v5
1818
with:
19-
node-version: 22.20.0
19+
node-version: 24.15.0
2020

2121
- run: npm install -g npm@^8
2222

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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@
154154
"prebuild-install": "^7.0.0"
155155
},
156156
"engines": {
157-
"node": "v22.20.0"
157+
"node": "v24.15.0"
158158
},
159159
"keywords": [
160160
"http",
@@ -197,7 +197,7 @@
197197
}
198198
},
199199
"node": {
200-
"version": "22.20.0",
200+
"version": "24.15.0",
201201
"targets": [
202202
"win32-x64",
203203
"linux-x64",

0 commit comments

Comments
 (0)