Use any version of node 8
This commit is contained in:
parent
0ec819e232
commit
0c763cafd3
3 changed files with 3 additions and 3 deletions
|
@ -3,7 +3,7 @@ version: 2.0
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
docker:
|
docker:
|
||||||
- image: circleci/node:8.9.4
|
- image: circleci/node:8
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- run:
|
- run:
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
FROM node:8.10.0-alpine
|
FROM node:8-alpine
|
||||||
|
|
||||||
COPY ./src /app/src
|
COPY ./src /app/src
|
||||||
COPY ./package.json /app/package.json
|
COPY ./package.json /app/package.json
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
"lint": "tslint src/**/*.ts --project tsconfig.json"
|
"lint": "tslint src/**/*.ts --project tsconfig.json"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "8.10.0"
|
"node": "8"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|
Reference in a new issue