Skip to content

Commit

Permalink
Clarify which Node versions are supported
Browse files Browse the repository at this point in the history
See #166
  • Loading branch information
sgravrock committed Oct 20, 2020
1 parent 9495225 commit ac70f33
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
sudo: false
language: node_js
# NOTE: When changing the list of Node versions, be sure to update `engines`
# in package.json as well as setup/nodejs.md in the docs repo.
node_js:
- '14'
- '13'
- '12'
- '10'
before_script:
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@
"shelljs": "^0.8.3",
"slash": "^3.0.0"
},
"engines": {
"node": "^10 || ^12 || ^14"
},
"eslintConfig": {
"parserOptions": {
"ecmaVersion": 11
Expand Down

0 comments on commit ac70f33

Please sign in to comment.