We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 303b2ca commit 1b35a4eCopy full SHA for 1b35a4e
.github/workflows/nodejs.yml
@@ -56,9 +56,7 @@ jobs:
56
max-parallel: 0
57
matrix:
58
node-version:
59
- - 18
60
- 20
61
- - 21
62
- 22
63
- 23
64
runs-on:
package.json
@@ -129,7 +129,7 @@
129
"ws": "^8.11.0"
130
},
131
"engines": {
132
- "node": ">=18.17"
+ "node": ">=20.18.1"
133
134
"tsd": {
135
"directory": "test/types",
0 commit comments