Skip to content

Commit

Permalink
add node 18, remove node 14
Browse files Browse the repository at this point in the history
  • Loading branch information
deniak committed Nov 14, 2022
1 parent fcfe80b commit e061771
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: [14.x, 16.x]
node-version: [16.x, 18.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 @@ -27,7 +27,7 @@
"test": "mocha --timeout 20000"
},
"engines": {
"node": "14 || 16",
"node": "16 || 18",
"npm": ">=6"
}
}

0 comments on commit e061771

Please sign in to comment.