Skip to content

Commit

Permalink
Raise minimum Node.js version to 18 (#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonkoops authored Sep 15, 2023
1 parent ed9008e commit b83311d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [14, 16, 18]
node: [18, 20]
steps:
- name: Check out repository
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
],
"sideEffects": false,
"engines": {
"node": ">=14.16"
"node": ">=18"
},
"scripts": {
"test": "mocha -u tdd --reporter spec && standard cli.js index.js test/test.js"
Expand Down

0 comments on commit b83311d

Please sign in to comment.