Skip to content

Commit 1b35a4e

Browse files
authored
Drop node v18 (#3880)
1 parent 303b2ca commit 1b35a4e

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/nodejs.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,7 @@ jobs:
5656
max-parallel: 0
5757
matrix:
5858
node-version:
59-
- 18
6059
- 20
61-
- 21
6260
- 22
6361
- 23
6462
runs-on:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@
129129
"ws": "^8.11.0"
130130
},
131131
"engines": {
132-
"node": ">=18.17"
132+
"node": ">=20.18.1"
133133
},
134134
"tsd": {
135135
"directory": "test/types",

0 commit comments

Comments
 (0)