Skip to content

Commit

Permalink
Change Node.js version to 12+ (#55)
Browse files Browse the repository at this point in the history
* Change Node.js version to 12+

* Align version with other packages

Co-authored-by: LitoMore <LitoMore@users.noreply.github.com>

Co-authored-by: LitoMore <LitoMore@users.noreply.github.com>
  • Loading branch information
Logicer16 and LitoMore authored Jun 3, 2021
1 parent df93f8a commit 3ead97d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
language: node_js
node_js:
- 10
- 8
- 16
- 14
- 12
before_script:
- npm link
- yo-doctor
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"yo-doctor": "lib/cli.js"
},
"engines": {
"node": ">=8"
"node": ">=12.10.0"
},
"scripts": {
"test": "xo && mocha test/** -R spec"
Expand Down

0 comments on commit 3ead97d

Please sign in to comment.