Skip to content

Commit

Permalink
fix: drop support for Node 12 and 17
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Drop Node 12 and Node 17
  • Loading branch information
SimenB committed Jul 9, 2022
1 parent 45feed3 commit 0f4b1b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [12.x, 14.x, 16.x, 17.x, 18.x]
node-version: [14.x, 16.x, 18.x]
runs-on: ubuntu-latest

steps:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
]
},
"engines": {
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
"node": "^14.17.0 || ^16.10.0 || >=18.0.0"
},
"release": {
"branches": [
Expand Down

0 comments on commit 0f4b1b6

Please sign in to comment.