Skip to content

Commit

Permalink
Drop node v18 (#3880)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcollina authored Nov 26, 2024
1 parent 303b2ca commit 1b35a4e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,7 @@ jobs:
max-parallel: 0
matrix:
node-version:
- 18
- 20
- 21
- 22
- 23
runs-on:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
"ws": "^8.11.0"
},
"engines": {
"node": ">=18.17"
"node": ">=20.18.1"
},
"tsd": {
"directory": "test/types",
Expand Down

0 comments on commit 1b35a4e

Please sign in to comment.