Skip to content

Commit 04bd3d0

Browse files
Merge pull request #190 from codecov/renovate/circleci-node-16.x
chore(deps): update node.js to v16.4.2
2 parents e4f6c61 + 3b6205b commit 04bd3d0

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.1
14+
- image: circleci/node:16.4.2
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.1
175+
- image: circleci/node:16.4.2
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.1
202+
- image: circleci/node:16.4.2
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.1
319+
- image: circleci/node:16.4.2
320320
steps:
321321
- attach_workspace:
322322
at: .
@@ -347,7 +347,7 @@ jobs:
347347

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

0 commit comments

Comments
 (0)