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 7675cc2 commit 8edda4dCopy full SHA for 8edda4d
.github/workflows/ci.yml
@@ -31,7 +31,7 @@ jobs:
31
run: pnpm knip
32
33
- name: ⚙️ Check package engines
34
- run: pnpm installed-check -d
+ run: pnpm installed-check -d --no-workspaces
35
36
test:
37
runs-on: ubuntu-latest
package.json
@@ -16,6 +16,9 @@
16
"files": [
17
"dist"
18
],
19
+ "engines": {
20
+ "node": ">=20.0.0"
21
+ },
22
"scripts": {
23
"build": "unbuild",
24
"dev": "vitest dev",
0 commit comments