File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change 11unit_tests : &unit_tests
22 steps :
33 - checkout
4- - setup_remote_docker
54 - restore_cache :
65 key : dependency-cache-{{ checksum "package-lock.json" }}
76 - run :
@@ -13,7 +12,6 @@ unit_tests: &unit_tests
1312canary_tests : &canary_tests
1413 steps :
1514 - checkout
16- - setup_remote_docker
1715 - restore_cache :
1816 key : dependency-cache-{{ checksum "package-lock.json" }}
1917 - run :
3331 - image : webpackcontrib/circleci-node-base:latest
3432 steps :
3533 - checkout
36- - setup_remote_docker
3734 - restore_cache :
3835 key : dependency-cache-{{ checksum "package-lock.json" }}
3936 - run :
4946 - image : webpackcontrib/circleci-node8:latest
5047 steps :
5148 - checkout
52- - setup_remote_docker
5349 - restore_cache :
5450 key : dependency-cache-{{ checksum "package-lock.json" }}
5551 - run :
7975 - image : webpackcontrib/circleci-node-base:latest
8076 steps :
8177 - checkout
82- - setup_remote_docker
8378 - restore_cache :
8479 key : dependency-cache-{{ checksum "package-lock.json" }}
8580 - run :
9994 - image : webpackcontrib/circleci-node-base:latest
10095 steps :
10196 - checkout
102- - setup_remote_docker
10397 - restore_cache :
10498 key : dependency-cache-{{ checksum "package-lock.json" }}
10599 - run :
@@ -154,6 +148,7 @@ workflows:
154148 - publish :
155149 requires :
156150 - node8-latest
151+ - node8-canary
157152 - node9-latest
158153 filters :
159154 branches :
You can’t perform that action at this time.
0 commit comments