Skip to content

Commit

Permalink
feat: drop support for node 14 and 16
Browse files Browse the repository at this point in the history
BREAKING CHANGE
  • Loading branch information
ssaarela committed Oct 13, 2023
1 parent d8442d6 commit a7c2c2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: [ubuntu-latest]
strategy:
matrix:
node: ['14', '16', '18', '20']
node: ['18', '20']
name: Node ${{ matrix.node }} sample
timeout-minutes: 5
steps:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"arrowParens": "avoid"
},
"engines": {
"node": ">= 14.15.0"
"node": ">= 18"
},
"resolutions": {
"minimist": ">=0.2.1"
Expand Down

0 comments on commit a7c2c2a

Please sign in to comment.