Skip to content

Commit

Permalink
Bump minimum node.js to v18
Browse files Browse the repository at this point in the history
  • Loading branch information
risantos committed Apr 4, 2024
1 parent 63d5f13 commit b60b7e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: ['14', '16', '18', '20']
node: ['18', '20']

container:
image: node:${{ matrix.node }}-alpine
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"lint"
],
"engines": {
"node": ">=14"
"node": ">=18"
},
"options": {
"mocha": "-t 10000 --require should test"
Expand Down

0 comments on commit b60b7e6

Please sign in to comment.