Skip to content

Commit

Permalink
Require Node.js >= 10.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sun-zheng-an committed Feb 12, 2020
1 parent a45b1b4 commit 65eceaf
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
@@ -1,7 +1,7 @@
language: node_js
node_js:
- 'node'
- '8'
- '10'
after_script:
- npm run coveralls
sudo: false
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,6 @@
"tslib": "^1.10.0"
},
"engines": {
"node": ">=8.0.0"
"node": ">=10.0.0"
}
}

0 comments on commit 65eceaf

Please sign in to comment.