Skip to content
This repository has been archived by the owner on Jan 20, 2023. It is now read-only.

Commit

Permalink
fix: require Node.js >=8.16
Browse files Browse the repository at this point in the history
  • Loading branch information
pvdlg committed Oct 26, 2019
1 parent 0a84651 commit 878b2a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ language: node_js
node_js:
- 12
- 10
- 8.3
- 8.16

# Trigger a push build on master and greenkeeper branches + PRs build on every branches
# Avoid double build on PRs (See https://github.com/travis-ci/travis-ci/issues/1147)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"xo": "^0.25.0"
},
"engines": {
"node": ">=8.3"
"node": ">=8.16"
},
"files": [
"index.js"
Expand Down

0 comments on commit 878b2a5

Please sign in to comment.