chore: do not include dev-deps in `engines.node` calculation · nuxt/test-utils@2f74359 · GitHub
Skip to content

Commit 2f74359

Browse files
committed
chore: do not include dev-deps in engines.node calculation
1 parent 737e133 commit 2f74359

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/autofix.yml

Lines changed: 1 addition & 1 deletion

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
run: pnpm knip
5151

5252
- name: Check engine ranges, peer dependency ranges and installed versions
53-
run: pnpm installed-check --no-workspaces
53+
run: pnpm test:engines
5454

5555
test:
5656
strategy:

package.json

Lines changed: 2 additions & 1 deletion

0 commit comments

Comments
 (0)