Skip to content

Commit

Permalink
feat: allow node 16 and test on it (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ugzuzg authored Jul 14, 2021
1 parent 9b4ec2c commit c502b70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ node_js:
- "10"
- "12"
- "14"
- "16"

install:
- npm install
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "dist/index.js",
"types": "dist/index.d.ts",
"engines": {
"node": "^6 || ^8 || ^10 || ^12 || ^14"
"node": "^6 || ^8 || ^10 || ^12 || ^14 || ^16"
},
"scripts": {
"postinstall": "node -e 'const semver = require(\"semver\");process.exit(semver.lt(process.version, \"10.16.0\"));' || npm install --no-save [email protected]",
Expand Down

0 comments on commit c502b70

Please sign in to comment.