File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1111 build-linux-and-osx :
1212 docker :
1313 # specify the version you desire here
14- - image : circleci/node:16.6.2
14+ - image : circleci/node:16.7.0
1515
1616 # Specify service dependencies here if necessary
1717 # CircleCI maintains a library of pre-built images
@@ -183,7 +183,7 @@ jobs:
183183 test-linux :
184184 docker :
185185 # specify the version you desire here
186- - image : circleci/node:16.6.2
186+ - image : circleci/node:16.7.0
187187 steps :
188188 - checkout
189189 - attach_workspace :
@@ -210,7 +210,7 @@ jobs:
210210
211211 test-linux-without-git :
212212 docker :
213- - image : circleci/node:16.6.2
213+ - image : circleci/node:16.7.0
214214 steps :
215215 - checkout
216216 - attach_workspace :
@@ -339,7 +339,7 @@ jobs:
339339
340340 review :
341341 docker :
342- - image : circleci/node:16.6.2
342+ - image : circleci/node:16.7.0
343343 steps :
344344 - attach_workspace :
345345 at : .
@@ -370,7 +370,7 @@ jobs:
370370
371371 deploy :
372372 docker :
373- - image : circleci/node:16.6.2
373+ - image : circleci/node:16.7.0
374374 steps :
375375 - attach_workspace :
376376 at : .
You can’t perform that action at this time.
0 commit comments