Skip to content

Commit

Permalink
chore: use installed-check to keep engines.node in sync
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Dec 5, 2024
1 parent bb4345a commit ebcc5ef
Show file tree
Hide file tree
Showing 4 changed files with 170 additions and 7 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/autofix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,7 @@ jobs:
- name: Lint (code)
run: pnpm lint:fix

- name: Check engine ranges, peer dependency ranges and installed versions
run: pnpm installed-check --no-workspaces --fix

- uses: autofix-ci/action@ff86a557419858bb967097bfc916833f5647fa8c
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ jobs:
- name: Lint
run: pnpm lint

- name: Check engine ranges, peer dependency ranges and installed versions
run: pnpm installed-check --no-workspaces

test:
strategy:
matrix:
Expand Down
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,11 @@
"@types/estree": "1.0.6",
"@types/jsdom": "21.1.7",
"@types/semver": "7.5.8",
"@vitest/ui": "2.1.8",
"@vue/test-utils": "2.4.6",
"changelogen": "0.5.7",
"compatx": "0.1.8",
"eslint": "9.16.0",
"installed-check": "^9.3.0",
"jiti": "2.4.0",
"knip": "^5.39.2",
"nitropack": "2.10.4",
Expand All @@ -104,7 +104,6 @@
"@jest/globals": "^29.5.0",
"@playwright/test": "^1.43.1",
"@testing-library/vue": "^7.0.0 || ^8.0.1",
"@vitest/ui": "^0.34.6 || ^1.0.0 || ^2.0.0",
"@vue/test-utils": "^2.4.2",
"happy-dom": "^9.10.9 || ^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0",
"jsdom": "^22.0.0 || ^23.0.0 || ^24.0.0 || ^25.0.0",
Expand Down Expand Up @@ -156,7 +155,7 @@
"vue": "^3.5.13"
},
"engines": {
"node": ">=18.20.4"
"node": "^18.20.4 || ^20.9.0 || ^22.0.0 || >=23.0.0"
},
"packageManager": "[email protected]"
}
166 changes: 162 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ebcc5ef

Please sign in to comment.