Skip to content

Commit 657cd83

Browse files
committed
Temporarily revert Node to v16 to avoid some teething problems with v18
A few rough edges, notably around old TLS support, IPv6/IPv4 defaults, and a JSStreamSocket finishShutdown unhandled error. v16 EOL isn't until September so worth rolling back for a couple of months while we tidy that up a little more.
1 parent b38a070 commit 657cd83

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
- uses: actions/setup-node@v3
1818
with:
19-
node-version: 18.16.0
19+
node-version: 16.20.1
2020

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

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@
184184
}
185185
},
186186
"node": {
187-
"version": "18.16.0",
187+
"version": "16.20.1",
188188
"targets": [
189189
"win32-x64",
190190
"linux-x64",

0 commit comments

Comments
 (0)