|
|
@ -1,7 +1,7 @@ |
|
|
executors: |
|
|
executors: |
|
|
node: |
|
|
node: |
|
|
docker: |
|
|
docker: |
|
|
- image: circleci/node:8.17.0 |
|
|
|
|
|
|
|
|
- image: circleci/node:11.10.1 |
|
|
|
|
|
|
|
|
aliases: |
|
|
aliases: |
|
|
restore_cache: &restore_cache |
|
|
restore_cache: &restore_cache |
|
|
@ -11,7 +11,7 @@ aliases: |
|
|
|
|
|
|
|
|
install_node_modules: &install_node_modules |
|
|
install_node_modules: &install_node_modules |
|
|
run: |
|
|
run: |
|
|
command: yarn install |
|
|
|
|
|
|
|
|
command: npm install |
|
|
save_cache: &save_cache |
|
|
save_cache: &save_cache |
|
|
save_cache: |
|
|
save_cache: |
|
|
key: yarn-cache-netlify-{{ checksum "yarn.lock" }} |
|
|
key: yarn-cache-netlify-{{ checksum "yarn.lock" }} |
|
|
|