Skip to content
This repository was archived by the owner on Jan 13, 2025. It is now read-only.

Commit f9191c4

Browse files
committed
Update to node v16.18 for socket reset capabilities
1 parent c68e06b commit f9191c4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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@v1
1818
with:
19-
node-version: 16.16.0
19+
node-version: 16.18.0
2020

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@
182182
}
183183
},
184184
"node": {
185-
"version": "16.16.0",
185+
"version": "16.18.0",
186186
"targets": [
187187
"win32-x64",
188188
"linux-x64",

0 commit comments

Comments
 (0)