Skip to content

Commit b0432c6

Browse files
committed
ci: don't use installed-check to update root versions
1 parent 3d95bf4 commit b0432c6

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
token: ${{ secrets.CODSPEED_TOKEN }}
6363

6464
- name: ⚙️ Check engine ranges
65-
run: pnpm installed-check
65+
run: pnpm installed-check --no-include-workspace-root --ignore-dev
6666

6767
- name: 🟩 Coverage
6868
if: matrix.os != 'windows-latest'

package.json

-3
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@
2020
}
2121
],
2222
"license": "Apache-2.0",
23-
"engines": {
24-
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
25-
},
2623
"scripts": {
2724
"build": "pnpm -r build",
2825
"build:main": "pnpm --filter beasties run build",

0 commit comments

Comments
 (0)