Skip to content

Commit

Permalink
remove support for node 16
Browse files Browse the repository at this point in the history
  • Loading branch information
deniak committed Oct 12, 2023
1 parent a8c9c22 commit 285d838
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x, 18.x, 20.x]
node-version: [18.x, 20.x]
if: |
(github.event_name == 'pull_request_target' && github.actor == 'dependabot[bot]') ||
(github.event_name != 'pull_request_target' && github.actor != 'dependabot[bot]')
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"prepare": "husky install"
},
"engines": {
"node": "16 || 18 || 20",
"node": "18 || 20",
"npm": ">=7"
},
"mocha": {
Expand Down

0 comments on commit 285d838

Please sign in to comment.