Skip to content
This repository has been archived by the owner on Jul 12, 2019. It is now read-only.

Commit

Permalink
Merge pull request #94 from zapier/node8-support
Browse files Browse the repository at this point in the history
Bump versions of dependencies and Node.js
  • Loading branch information
kola-er authored Jun 19, 2018
2 parents 2fda224 + c29b1c9 commit d9bac89
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v6.10.3
v8.10.0
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
language: node_js
node_js:
- 6.10.3
- '7'
- '8'
- "6.10.3"
- "8.10.0"
- "10"
notifications:
email: false
deploy:
Expand All @@ -12,7 +12,7 @@ deploy:
skip_cleanup: true
on:
tags: true
node: 6.10.3
node: 8.10.0
- provider: s3
access_key_id: "$AWS_ACCESS_KEY_ID"
secret_access_key: "$AWS_SECRET_ACCESS_KEY"
Expand All @@ -22,7 +22,7 @@ deploy:
skip_cleanup: true
on:
tags: true
node: 6.10.3
node: 8.10.0
before_deploy:
- npm run build-boilerplate
env:
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
"precommit": "lint-staged"
},
"engines": {
"node": ">=6.10.2",
"npm": ">=3.10.0"
"node": ">=8.10.0",
"npm": ">=5.6.0"
},
"engineStrict": true,
"dependencies": {
Expand Down

0 comments on commit d9bac89

Please sign in to comment.