Skip to content

Commit

Permalink
CI: Use Node 10, 12, 14
Browse files Browse the repository at this point in the history
  • Loading branch information
ibc committed May 22, 2020
1 parent a230c61 commit cc725cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ branches:
language: node_js

node_js:
- 8
- 10
- 12
- 14

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 @@ -19,7 +19,7 @@
"main": "lib/index.js",
"types": "lib/index.d.ts",
"engines": {
"node": ">=8.6.0"
"node": ">=10"
},
"scripts": {
"typescript:build": "node npm-scripts.js typescript:build",
Expand Down

0 comments on commit cc725cb

Please sign in to comment.