Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1fec3a commit 28890abCopy full SHA for 28890ab
.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