Skip to content

Commit

Permalink
Merge pull request #20 from greenkeeperio/feat/node-8
Browse files Browse the repository at this point in the history
feat: node 8
  • Loading branch information
janl committed May 19, 2018
2 parents fdc68fb + 8c7e1b5 commit 779f7bb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ cache:
notifications:
email: false
node_js:
- '7'
- '8'
after_success:
- npm run deploy
branches:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mhart/alpine-node:7
FROM mhart/alpine-node:8

ARG PKG_VERSION
ADD greenkeeper-changes-${PKG_VERSION}.tgz ./
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"tap": "^12.0.0"
},
"engines": {
"node": "7"
"node": "8"
},
"license": "Apache-2.0",
"publishConfig": {
Expand Down

0 comments on commit 779f7bb

Please sign in to comment.