Skip to content

Commit 6ad8fd3

Browse files
committed
Bump Node version for cert compression support
1 parent 9fe21b8 commit 6ad8fd3

3 files changed

Lines changed: 5 additions & 5 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: 24.15.0
19+
node-version: 24.19.0
2020

2121
- name: Set up JDK 11 for Java testing
2222
uses: actions/setup-java@v5

package-lock.json

Lines changed: 2 additions & 2 deletions
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
@@ -155,7 +155,7 @@
155155
"prebuild-install": "^7.0.0"
156156
},
157157
"engines": {
158-
"node": "v24.15.0"
158+
"node": "v24.19.0"
159159
},
160160
"keywords": [
161161
"http",
@@ -198,7 +198,7 @@
198198
}
199199
},
200200
"node": {
201-
"version": "24.15.0",
201+
"version": "24.19.0",
202202
"targets": [
203203
"win32-x64",
204204
"linux-x64",

0 commit comments

Comments
 (0)