Skip to content

Commit

Permalink
feat!: align supported node versions with renovate (#157)
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieMagee committed May 5, 2023
1 parent 39138d2 commit 975fac0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/build.yml
Expand Up @@ -29,13 +29,10 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
node-version: [14, 16, 18]
# exclude:
# - os: windows-latest
# node-version: 12
node-version: [18, 20]

env:
coverage: ${{ matrix.os == 'ubuntu-latest' && matrix.node-version == 14 }}
coverage: ${{ matrix.os == 'ubuntu-latest' && matrix.node-version == 18 }}
NODE_VERSION: ${{ matrix.node-version }}

permissions:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -31,7 +31,7 @@
"type-check": "tsc --noEmit"
},
"engines": {
"node": "^14.15.0 || ^16.13.0 || >= 18.12.0",
"node": "^18.12.0 || >= 20.0.0",
"yarn": "^1.22.0"
},
"dependencies": {
Expand Down

0 comments on commit 975fac0

Please sign in to comment.