We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b43f484 commit 39faca1Copy full SHA for 39faca1
.github/workflows/ci.yml
@@ -49,7 +49,7 @@ jobs:
49
needs: build
50
strategy:
51
matrix:
52
- node-version: [18, 20, 22]
+ node-version: [20, 22]
53
os: [ubuntu-latest, windows-latest, macos-latest]
54
verification-script:
55
- pnpm --filter '!*typescript*' build
package.json
@@ -14,7 +14,7 @@
14
"!template/**/node_modules/.bin/*"
15
],
16
"engines": {
17
- "node": ">=v18.3.0"
+ "node": ">=v20.0.0"
18
},
19
"devEngines": {
20
"packageManager": {
0 commit comments