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
- checkout
205
205
- attach_workspace :
@@ -328,7 +328,7 @@ jobs:
328
328
329
329
review :
330
330
docker :
331
- - image : circleci/node:16.4.2
331
+ - image : circleci/node:16.5.0
332
332
steps :
333
333
- attach_workspace :
334
334
at : .
@@ -359,7 +359,7 @@ jobs:
359
359
360
360
deploy :
361
361
docker :
362
- - image : circleci/node:16.4.2
362
+ - image : circleci/node:16.5.0
363
363
steps :
364
364
- attach_workspace :
365
365
at : .
You can’t perform that action at this time.
0 commit comments