Skip to content

Commit 0b76db7

Browse files
Merge pull request #202 from codecov/renovate/circleci-node-16.x
chore(deps): update node.js to v16.5.0
2 parents b8157ae + 1b171bd commit 0b76db7

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
- checkout
205205
- attach_workspace:
@@ -328,7 +328,7 @@ jobs:
328328

329329
review:
330330
docker:
331-
- image: circleci/node:16.4.2
331+
- image: circleci/node:16.5.0
332332
steps:
333333
- attach_workspace:
334334
at: .
@@ -359,7 +359,7 @@ jobs:
359359

360360
deploy:
361361
docker:
362-
- image: circleci/node:16.4.2
362+
- image: circleci/node:16.5.0
363363
steps:
364364
- attach_workspace:
365365
at: .

0 commit comments

Comments
 (0)