Browse Source

back to stable

pull/2/head
Neel Coffin 6 years ago
parent
commit
ef5e63659f
  1. 4
      .circleci/config.yml

4
.circleci/config.yml

@ -29,7 +29,7 @@ jobs:
name: save yarn package cache
key: yarn-packages-v2{{ checksum "yarn.lock" }}
paths:
- ./node_modules
- ./node_modules
unit-test:
docker:
- image: cimg/node:14.10.1
@ -54,4 +54,4 @@ workflows:
- build
- lint:
requires:
- build
- build
Loading…
Cancel
Save