archive
/
tstatic
Archived
1
Fork 0

Use any version of node 8

This commit is contained in:
Jake Howard 2018-05-04 20:55:56 +01:00
parent 0ec819e232
commit 0c763cafd3
Signed by: jake
GPG Key ID: 57AFB45680EDD477
3 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@ version: 2.0
jobs:
build:
docker:
- image: circleci/node:8.9.4
- image: circleci/node:8
steps:
- checkout
- run:

View File

@ -1,4 +1,4 @@
FROM node:8.10.0-alpine
FROM node:8-alpine
COPY ./src /app/src
COPY ./package.json /app/package.json

View File

@ -15,7 +15,7 @@
"lint": "tslint src/**/*.ts --project tsconfig.json"
},
"engines": {
"node": "8.10.0"
"node": "8"
},
"repository": {
"type": "git",