Skip to content

Commit

Permalink
Update supported node engines
Browse files Browse the repository at this point in the history
Update supported node versions to match npm/cli v9: `^14.17.0 || ^16.0.0 || >=18.0.0`

References
- [BREAKING CHANGE(engines): engines support for npm 9.0.0](npm/statusboard#519)
- [Related npm/cli change](npm/cli@457d388)

Signed-off-by: Philip Harrison <philip@mailharrison.com>
  • Loading branch information
feelepxyz committed Oct 24, 2022
1 parent d461f40 commit 36645cd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-sign-verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ jobs:
fail-fast: false
matrix:
node-version:
- 12.13.0
- 12.x
- 14.15.0
- 14.17.0
- 14.x
- 16.0.0
- 16.13.0
- 16.x
- 18.0.0
- 18.x
platform:
- os: ubuntu-latest
shell: bash
Expand Down

0 comments on commit 36645cd

Please sign in to comment.