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: jobs:
build: build:
docker: docker:
- image: circleci/node:8.9.4 - image: circleci/node:8
steps: steps:
- checkout - checkout
- run: - run:

View File

@ -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

View File

@ -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",