Skip to content

Commit

Permalink
Deprecate node 14
Browse files Browse the repository at this point in the history
Signed-off-by: macdonst <simon.macdonald@gmail.com>
  • Loading branch information
macdonst committed Jan 17, 2024
1 parent 10f3f1f commit 90a02ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,8 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [ 14.x, 16.x, 18.x ]
node-version: [ 16.x, 18.x. 20.x ]
os: [ windows-latest, ubuntu-latest, macOS-latest, self-hosted ]
# Node.js does not have a build of 14.x for Apple Silicon
exclude:
- os: self-hosted
node-version: 14.x

# Go
steps:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"main": "src/index.js",
"engines": {
"node": ">=14"
"node": ">=16"
},
"scripts": {
"test": "npm run lint && npm run coverage && npm run test:integration && npm run test:integration:slow",
Expand Down

0 comments on commit 90a02ef

Please sign in to comment.