updated deps & updated node for circleci and docker to 10.x. (8.x should technically still work)

This commit is contained in:
Danny Coates 2018-08-02 12:24:36 -07:00
parent a0edff1ead
commit e97b8ff42d
No known key found for this signature in database
GPG key ID: 4C442633C62E00CB
5 changed files with 3724 additions and 4817 deletions

View file

@ -2,7 +2,7 @@ version: 2.0
jobs:
build:
docker:
- image: circleci/node:8
- image: circleci/node:10
steps:
- checkout
- restore_cache:
@ -19,7 +19,7 @@ jobs:
- ./dist
test:
docker:
- image: circleci/node:8-browsers
- image: circleci/node:10-browsers
steps:
- checkout
- restore_cache:
@ -29,7 +29,6 @@ jobs:
key: send-{{ checksum "package-lock.json" }}
paths:
- node_modules
- run: npm run check
- run: npm run lint
- run: npm run test
- store_artifacts: