File tree 1 file changed +1
-6
lines changed
1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change 1
1
unit_tests : &unit_tests
2
2
steps :
3
3
- checkout
4
- - setup_remote_docker
5
4
- restore_cache :
6
5
key : dependency-cache-{{ checksum "package-lock.json" }}
7
6
- run :
@@ -13,7 +12,6 @@ unit_tests: &unit_tests
13
12
canary_tests : &canary_tests
14
13
steps :
15
14
- checkout
16
- - setup_remote_docker
17
15
- restore_cache :
18
16
key : dependency-cache-{{ checksum "package-lock.json" }}
19
17
- run :
33
31
- image : webpackcontrib/circleci-node-base:latest
34
32
steps :
35
33
- checkout
36
- - setup_remote_docker
37
34
- restore_cache :
38
35
key : dependency-cache-{{ checksum "package-lock.json" }}
39
36
- run :
49
46
- image : webpackcontrib/circleci-node8:latest
50
47
steps :
51
48
- checkout
52
- - setup_remote_docker
53
49
- restore_cache :
54
50
key : dependency-cache-{{ checksum "package-lock.json" }}
55
51
- run :
79
75
- image : webpackcontrib/circleci-node-base:latest
80
76
steps :
81
77
- checkout
82
- - setup_remote_docker
83
78
- restore_cache :
84
79
key : dependency-cache-{{ checksum "package-lock.json" }}
85
80
- run :
99
94
- image : webpackcontrib/circleci-node-base:latest
100
95
steps :
101
96
- checkout
102
- - setup_remote_docker
103
97
- restore_cache :
104
98
key : dependency-cache-{{ checksum "package-lock.json" }}
105
99
- run :
@@ -154,6 +148,7 @@ workflows:
154
148
- publish :
155
149
requires :
156
150
- node8-latest
151
+ - node8-canary
157
152
- node9-latest
158
153
filters :
159
154
branches :
You can’t perform that action at this time.
0 commit comments