Skip to content

Commit

Permalink
bump node version for terraform-npm
Browse files Browse the repository at this point in the history
  • Loading branch information
erosson committed Jun 30, 2018
1 parent 873e0b0 commit 17eeb75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -4,7 +4,7 @@ cache:
- node_modules
language: node_js
node_js:
- 6.9.2
- 8
before_install:
# for debugging travis, just in case
- 'env'
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -58,7 +58,7 @@
},
"dependencies": {},
"engines": {
"node": ">=6.9.2"
"node": ">=8"
},
"scripts": {
"postinstall": "bower install",
Expand Down

0 comments on commit 17eeb75

Please sign in to comment.