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.
2 parents c470df7 + 9bdc66e commit 6b283beCopy full SHA for 6b283be
.github/workflows/test.yml
@@ -14,6 +14,6 @@ jobs:
14
- uses: actions/checkout@v4
15
- uses: actions/setup-node@v4
16
with:
17
- node-version: '20'
+ node-version: '22'
18
cache: 'yarn'
19
- run: make check
package.json
@@ -35,7 +35,7 @@
35
"yarn": "^1.22.22"
36
},
37
"engines": {
38
- "node": ">=18.18"
+ "node": ">=22"
39
40
"scripts": {
41
"postinstall": "cd $INIT_CWD && make upgrade || true",
0 commit comments