Skip to content

Commit

Permalink
Drop support for NodeJS < v16 [major]
Browse files Browse the repository at this point in the history
  • Loading branch information
overlookmotel committed Apr 30, 2023
1 parent 517b62a commit fb80472
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
9 changes: 5 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@ script:
- "npm run travis"

node_js:
- "6"
- "8"
- "10"
- "16"
- "18"
- "19"
- "20"

branches:
except:
Expand All @@ -15,7 +16,7 @@ branches:
matrix:
fast_finish: true
include:
- node_js: "10"
- node_js: "18"
env: COVERAGE=true
allow_failures:
- env: COVERAGE=true
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 @@ -49,7 +49,7 @@
"travis": "if [ $COVERAGE ]; then npm run coveralls; else npm test; fi"
},
"engines": {
"node": ">=6"
"node": ">=16"
},
"readmeFilename": "README.md",
"license": "MIT"
Expand Down

0 comments on commit fb80472

Please sign in to comment.