Skip to content

Commit 5cad160

Browse files
committed
Update to latest Node v23
1 parent 211f45a commit 5cad160

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.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@v4
1818
with:
19-
node-version: 20.11.1
19+
node-version: 23.3.0
2020

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@
157157
}
158158
},
159159
"engines": {
160-
"node": "v20.11.1"
160+
"node": "v23.3.0"
161161
},
162162
"keywords": [
163163
"http",
@@ -200,7 +200,7 @@
200200
}
201201
},
202202
"node": {
203-
"version": "20.11.1",
203+
"version": "23.3.0",
204204
"targets": [
205205
"win32-x64",
206206
"linux-x64",

0 commit comments

Comments
 (0)