Skip to content

Commit

Permalink
Drop support for Node v8 (#1160)
Browse files Browse the repository at this point in the history
Related #1159
- upgraded Nodejs version in package.json
- Upgraded Nodejs versions for CI
  • Loading branch information
UlisesGascon committed Feb 14, 2020
1 parent 668d91f commit 9fe4e6b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
sudo: false
language: node_js
node_js:
- 8
- 10
- node
- 12
- 13
after_success:
- npm run coverage
- ./deploy.sh
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"license": "BSD-2-Clause",
"repository": "yeoman/generator",
"engines": {
"node": ">=6"
"node": ">=10"
},
"scripts": {
"pretest": "eslint .",
Expand Down

0 comments on commit 9fe4e6b

Please sign in to comment.