Skip to content

Commit ac70f33

Browse files
committed
Clarify which Node versions are supported
See #166
1 parent 9495225 commit ac70f33

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
sudo: false
22
language: node_js
3+
# NOTE: When changing the list of Node versions, be sure to update `engines`
4+
# in package.json as well as setup/nodejs.md in the docs repo.
35
node_js:
46
- '14'
5-
- '13'
67
- '12'
78
- '10'
89
before_script:

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@
3131
"shelljs": "^0.8.3",
3232
"slash": "^3.0.0"
3333
},
34+
"engines": {
35+
"node": "^10 || ^12 || ^14"
36+
},
3437
"eslintConfig": {
3538
"parserOptions": {
3639
"ecmaVersion": 11

0 commit comments

Comments
 (0)