Skip to content

Commit 70f4075

Browse files
committed
Drop support for Node.js v18
1 parent 47915b7 commit 70f4075

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/test.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,7 @@ jobs:
4141
strategy:
4242
matrix:
4343
node:
44-
- "18.18.0"
45-
- "18.20.4"
44+
- "20.0.0"
4645
- "20.16.0"
4746
- "22.14.0"
4847
needs:

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
},
8686
"packageManager": "yarn@1.22.19",
8787
"engines": {
88-
"node": ">=18.18.0"
88+
"node": ">=20.0.0"
8989
},
9090
"lint-staged": {
9191
"*.{js,ts,tsx}": [

0 commit comments

Comments
 (0)