@@ -3,7 +3,7 @@ workflows:
33 node-multi-build :
44 jobs :
55 - gally-create-pr
6- - test-node-v15 :
6+ - test-node-v16 :
77 requires :
88 - gally-create-pr
99 - test-node-v14 :
@@ -15,7 +15,7 @@ workflows:
1515 - gally-auto-approve :
1616 requires :
1717 - gally-create-pr
18- - test-node-v15
18+ - test-node-v16
1919 - test-node-v14
2020 - test-node-v12
2121 filters :
@@ -24,7 +24,7 @@ workflows:
2424 - release :
2525 requires :
2626 - gally-create-pr
27- - test-node-v15
27+ - test-node-v16
2828 - test-node-v14
2929 - test-node-v12
3030 filters :
@@ -34,14 +34,14 @@ version: 2
3434jobs :
3535 gally-create-pr :
3636 docker :
37- - image : ' circleci/node:14'
37+ - image : circleci/node:14
3838 steps :
3939 - checkout
4040 - run : sudo yarn global add gally
4141 - run : ga promote $CIRCLE_BRANCH
4242 release :
4343 docker :
44- - image : ' circleci/node:14'
44+ - image : circleci/node:14
4545 steps :
4646 - checkout
4747 - run :
@@ -58,19 +58,19 @@ jobs:
5858 - restore_cache :
5959 name : Restore Yarn Package Cache
6060 keys :
61- - ' yarn-packages-{{ checksum "yarn.lock" }}'
61+ - yarn-packages-{{ checksum "yarn.lock" }}
6262 - run :
6363 name : Install Dependencies
6464 command : yarn install --frozen-lockfile
6565 - save_cache :
6666 name : Save Yarn Package Cache
67- key : ' yarn-packages-{{ checksum "yarn.lock" }}'
67+ key : yarn-packages-{{ checksum "yarn.lock" }}
6868 paths :
6969 - ~/.cache/yarn
7070 - run : yarn run semantic-release
7171 test-node-v12 :
7272 docker :
73- - image : ' circleci/node:12'
73+ - image : circleci/node:12
7474 steps :
7575 - checkout
7676 - run :
@@ -87,13 +87,13 @@ jobs:
8787 - restore_cache :
8888 name : Restore Yarn Package Cache
8989 keys :
90- - ' yarn-packages-{{ checksum "yarn.lock" }}'
90+ - yarn-packages-{{ checksum "yarn.lock" }}
9191 - run :
9292 name : Install Dependencies
9393 command : yarn install --frozen-lockfile
9494 - save_cache :
9595 name : Save Yarn Package Cache
96- key : ' yarn-packages-{{ checksum "yarn.lock" }}'
96+ key : yarn-packages-{{ checksum "yarn.lock" }}
9797 paths :
9898 - ~/.cache/yarn
9999 - run : yarn test
@@ -102,7 +102,7 @@ jobs:
102102 1);
103103 gally-auto-approve :
104104 docker :
105- - image : ' circleci/node:14'
105+ - image : circleci/node:14
106106 steps :
107107 - run :
108108 name : Set PR number
@@ -121,7 +121,7 @@ jobs:
121121 "base.ref=dev&state=open&user.login=dependabot-preview[bot]"
122122 test-node-v14 :
123123 docker :
124- - image : ' circleci/node:14'
124+ - image : circleci/node:14
125125 steps :
126126 - checkout
127127 - run :
@@ -138,13 +138,13 @@ jobs:
138138 - restore_cache :
139139 name : Restore Yarn Package Cache
140140 keys :
141- - ' yarn-packages-{{ checksum "yarn.lock" }}'
141+ - yarn-packages-{{ checksum "yarn.lock" }}
142142 - run :
143143 name : Install Dependencies
144144 command : yarn install --frozen-lockfile
145145 - save_cache :
146146 name : Save Yarn Package Cache
147- key : ' yarn-packages-{{ checksum "yarn.lock" }}'
147+ key : yarn-packages-{{ checksum "yarn.lock" }}
148148 paths :
149149 - ~/.cache/yarn
150150 - run : yarn test
@@ -156,9 +156,9 @@ jobs:
156156 if [[ "${CIRCLE_BRANCH}" == "master" ]]; then
157157 yarn run coveralls
158158 fi
159- test-node-v15 :
159+ test-node-v16 :
160160 docker :
161- - image : ' circleci/node:15 '
161+ - image : circleci/node:16
162162 steps :
163163 - checkout
164164 - run :
@@ -175,13 +175,13 @@ jobs:
175175 - restore_cache :
176176 name : Restore Yarn Package Cache
177177 keys :
178- - ' yarn-packages-{{ checksum "yarn.lock" }}'
178+ - yarn-packages-{{ checksum "yarn.lock" }}
179179 - run :
180180 name : Install Dependencies
181181 command : yarn install --frozen-lockfile
182182 - save_cache :
183183 name : Save Yarn Package Cache
184- key : ' yarn-packages-{{ checksum "yarn.lock" }}'
184+ key : yarn-packages-{{ checksum "yarn.lock" }}
185185 paths :
186186 - ~/.cache/yarn
187187 - run : yarn test
0 commit comments