Upgrade node

This commit is contained in:
Wisani Shilumani 2018-07-18 12:59:37 +02:00
parent b784297a85
commit 23e3f6f48d
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