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