Skip to content

Commit

Permalink
use lts node version (8)
Browse files Browse the repository at this point in the history
  • Loading branch information
kantai committed May 17, 2018
1 parent d8275e9 commit 8bb79dc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -7,7 +7,7 @@ jobs:
build:
docker:
# specify the version you desire here
- image: circleci/node:9
- image: circleci/node:8

# Specify service dependencies here if necessary
# CircleCI maintains a library of pre-built images
Expand Down
2 changes: 1 addition & 1 deletion hub/Dockerfile
@@ -1,4 +1,4 @@
FROM node:9-alpine
FROM node:8-alpine

This comment has been minimized.

Copy link
@CodeLGSDJLGSDLGSD

WORKDIR /src/hub

Expand Down
2 changes: 1 addition & 1 deletion hub/package.json
Expand Up @@ -4,7 +4,7 @@
"description": "",
"main": "index.js",
"engines": {
"node": "^9"
"node": "^8"
},
"dependencies": {
"@google-cloud/storage": "^1.6.0",
Expand Down

0 comments on commit 8bb79dc

Please sign in to comment.