Skip to content

Commit

Permalink
chore(build): Require node 10.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tcrammond authored and shantanuraj committed Jul 30, 2019
1 parent d892e05 commit e634a31
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 32 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: node_js
node_js:
- 8.11.3
- 10.14.0

jobs:
include:
Expand Down
41 changes: 11 additions & 30 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "BSD-3-Clause",
"private": true,
"engines": {
"node": ">=8.11.3"
"node": ">=10.14.0"
},
"scripts": {
"start": "webpack-cli --mode development --watch",
Expand Down

0 comments on commit e634a31

Please sign in to comment.