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 (#544) r=@jrgm
Browse files Browse the repository at this point in the history
  • Loading branch information
vladikoff committed Apr 24, 2018
1 parent 9d5ec8e commit e9b08ae
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .travis.yml
@@ -1,7 +1,6 @@
language: node_js

node_js:
- '6'
- '8'

dist: trusty
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-build
@@ -1,4 +1,4 @@
FROM node:6.14.0-alpine
FROM node:8.11.1-alpine

RUN apk add --no-cache git

Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -21,7 +21,7 @@
"url": "https://github.com/mozilla/fxa-oauth-server/issues"
},
"engines": {
"node": ">=6"
"node": ">=8"
},
"dependencies": {
"bluebird": "^2.9.14",
Expand Down

0 comments on commit e9b08ae

Please sign in to comment.