We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d95bf4 commit b0432c6Copy full SHA for b0432c6
.github/workflows/ci.yml
@@ -62,7 +62,7 @@ jobs:
62
token: ${{ secrets.CODSPEED_TOKEN }}
63
64
- name: ⚙️ Check engine ranges
65
- run: pnpm installed-check
+ run: pnpm installed-check --no-include-workspace-root --ignore-dev
66
67
- name: 🟩 Coverage
68
if: matrix.os != 'windows-latest'
package.json
@@ -20,9 +20,6 @@
20
}
21
],
22
"license": "Apache-2.0",
23
- "engines": {
24
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
25
- },
26
"scripts": {
27
"build": "pnpm -r build",
28
"build:main": "pnpm --filter beasties run build",
0 commit comments