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 042b09c commit ce8958cCopy full SHA for ce8958c
.github/workflows/ci.yml
@@ -16,7 +16,7 @@ jobs:
16
- run: corepack enable
17
- uses: actions/setup-node@v4
18
with:
19
- node-version: 16
+ node-version-file: package.json
20
cache: 'pnpm'
21
- run: pnpm install
22
- run: pnpm lint
.github/workflows/release.yml
@@ -60,7 +60,7 @@ jobs:
60
61
62
63
64
65
- name: Install dependencies
66
run: pnpm install
package.json
@@ -56,5 +56,8 @@
56
"unbuild": "^2.0.0",
57
"vitest": "^1.4.0"
58
},
59
- "packageManager": "[email protected]"
+ "packageManager": "[email protected]",
+ "engines": {
+ "node": "^16.10.0 || >=18.0.0"
+ }
}
0 commit comments