Skip to content

Commit 1b171bd

Browse files
committed
chore(deps): update node.js to v16.5.0
1 parent 7441bed commit 1b171bd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.circleci/config.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
build-linux-and-osx:
1212
docker:
1313
# specify the version you desire here
14-
- image: circleci/node:16.4.2
14+
- image: circleci/node:16.5.0
1515

1616
# Specify service dependencies here if necessary
1717
# CircleCI maintains a library of pre-built images
@@ -172,7 +172,7 @@ jobs:
172172
test-linux:
173173
docker:
174174
# specify the version you desire here
175-
- image: circleci/node:16.4.2
175+
- image: circleci/node:16.5.0
176176
steps:
177177
- checkout
178178
- attach_workspace:
@@ -199,7 +199,7 @@ jobs:
199199

200200
test-linux-without-git:
201201
docker:
202-
- image: circleci/node:16.4.2
202+
- image: circleci/node:16.5.0
203203
steps:
204204
- attach_workspace:
205205
# TODO: Determine why we use the cwd on Linex and not on other operating systems.
@@ -316,7 +316,7 @@ jobs:
316316

317317
review:
318318
docker:
319-
- image: circleci/node:16.4.2
319+
- image: circleci/node:16.5.0
320320
steps:
321321
- attach_workspace:
322322
at: .
@@ -347,7 +347,7 @@ jobs:
347347

348348
deploy:
349349
docker:
350-
- image: circleci/node:16.4.2
350+
- image: circleci/node:16.5.0
351351
steps:
352352
- attach_workspace:
353353
at: .

0 commit comments

Comments
 (0)