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

Commit

Permalink
feat(node): update to node 8
Browse files Browse the repository at this point in the history
  • Loading branch information
vladikoff committed Apr 24, 2018
1 parent 85a8abb commit fec7ab5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ env:
- COVERALLS_REPO_TOKEN=zSbPkOBuZrK6NktxXW1ZzVEPOUDr9ePpN

node_js:
- '6'
- '8'

sudo: false
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-build
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:6.14.0-alpine
FROM node:8.11.1-alpine

RUN apk add --no-cache make git gcc g++ python

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@
"walk": "2.3.x"
},
"engines": {
"node": ">=4.5.0"
"node": ">=8"
}
}

0 comments on commit fec7ab5

Please sign in to comment.