Skip to content

Commit

Permalink
Add engines to make the minimum required Node version more clear
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDeBoey committed Jul 3, 2020
1 parent 22a6e0d commit 7e8218a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: node_js
node_js:
# eslint 7: node 10+
# jest 26: node 10+
# eslint 7: node 10.12+
# jest 26: node 10.14.2+
- 14
- 12
- 10
Expand All @@ -14,7 +14,7 @@ env:
- 'ESLINT=6 JEST=26'
- 'ESLINT=7 JEST=26'
matrix:
# jest 25: 8+
# jest 25: node 8+
include:
# eslint 6, node 8
- node_js: 8
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,8 @@
"proseWrap": "never",
"singleQuote": true,
"trailingComma": "all"
},
"engines": {
"node": ">=8.10.0"
}
}

0 comments on commit 7e8218a

Please sign in to comment.