Merge pull request #18 from Nona-Creative/feat/upgrade-node

Upgrade node
This commit is contained in:
Wisani 2018-07-18 13:00:00 +02:00 committed by GitHub
commit fb7cc5610e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ version: 2
jobs:
build:
docker:
- image: circleci/node:7.10.0
- image: circleci/node:8.9.4
steps:
- checkout
- restore_cache:
@ -19,7 +19,7 @@ jobs:
command: npm run lint
deploy_to_staging:
docker:
- image: circleci/node:7.10.0
- image: circleci/node:8.9.4
steps:
- checkout
- run: yarn