Skip to content

Commit

Permalink
chore: use installed-check to confirm node version support
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Dec 23, 2024
1 parent 7b257f7 commit 508515b
Show file tree
Hide file tree
Showing 4 changed files with 223 additions and 5 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@ jobs:
- name: Lint
run: pnpm lint

- name: Check node version support
run: pnpm installed-check -d

test-fixtures:
runs-on: ${{ matrix.os }}

Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"eslint": "8.57.1",
"eslint-plugin-jsdoc": "50.6.1",
"execa": "9.5.2",
"installed-check": "9.3.0",
"jiti": "2.4.2",
"playwright-core": "1.49.1",
"std-env": "3.8.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/bridge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
"vue-router": "^3.6.5"
},
"engines": {
"node": "^14.16.0 || ^16.11.0 || >=17.0.0"
"node": "^18.0.0 || ^20.0.0 || >=22.0.0"
},
"packageManager": "[email protected]"
}
Loading

0 comments on commit 508515b

Please sign in to comment.