We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47915b7 commit 70f4075Copy full SHA for 70f4075
.github/workflows/test.yml
@@ -41,8 +41,7 @@ jobs:
41
strategy:
42
matrix:
43
node:
44
- - "18.18.0"
45
- - "18.20.4"
+ - "20.0.0"
46
- "20.16.0"
47
- "22.14.0"
48
needs:
package.json
@@ -85,7 +85,7 @@
85
},
86
"packageManager": "yarn@1.22.19",
87
"engines": {
88
- "node": ">=18.18.0"
+ "node": ">=20.0.0"
89
90
"lint-staged": {
91
"*.{js,ts,tsx}": [
0 commit comments