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 11
11
build-linux-and-osx :
12
12
docker :
13
13
# specify the version you desire here
14
- - image : circleci/node:16.4.2
14
+ - image : circleci/node:16.5.0
15
15
16
16
# Specify service dependencies here if necessary
17
17
# CircleCI maintains a library of pre-built images
@@ -172,7 +172,7 @@ jobs:
172
172
test-linux :
173
173
docker :
174
174
# specify the version you desire here
175
- - image : circleci/node:16.4.2
175
+ - image : circleci/node:16.5.0
176
176
steps :
177
177
- checkout
178
178
- attach_workspace :
@@ -199,7 +199,7 @@ jobs:
199
199
200
200
test-linux-without-git :
201
201
docker :
202
- - image : circleci/node:16.4.2
202
+ - image : circleci/node:16.5.0
203
203
steps :
204
204
- attach_workspace :
205
205
# TODO: Determine why we use the cwd on Linex and not on other operating systems.
@@ -316,7 +316,7 @@ jobs:
316
316
317
317
review :
318
318
docker :
319
- - image : circleci/node:16.4.2
319
+ - image : circleci/node:16.5.0
320
320
steps :
321
321
- attach_workspace :
322
322
at : .
@@ -347,7 +347,7 @@ jobs:
347
347
348
348
deploy :
349
349
docker :
350
- - image : circleci/node:16.4.2
350
+ - image : circleci/node:16.5.0
351
351
steps :
352
352
- attach_workspace :
353
353
at : .
You can’t perform that action at this time.
0 commit comments