Skip to content

Commit 8a8262b

Browse files
Merge pull request #324 from codecov/renovate/circleci-node-16.x
chore(deps): update node.js to v16.7.0
2 parents dc2995b + 0e0a2b2 commit 8a8262b

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.6.2
14+
- image: circleci/node:16.7.0
1515

1616
# Specify service dependencies here if necessary
1717
# CircleCI maintains a library of pre-built images
@@ -183,7 +183,7 @@ jobs:
183183
test-linux:
184184
docker:
185185
# specify the version you desire here
186-
- image: circleci/node:16.6.2
186+
- image: circleci/node:16.7.0
187187
steps:
188188
- checkout
189189
- attach_workspace:
@@ -210,7 +210,7 @@ jobs:
210210

211211
test-linux-without-git:
212212
docker:
213-
- image: circleci/node:16.6.2
213+
- image: circleci/node:16.7.0
214214
steps:
215215
- checkout
216216
- attach_workspace:
@@ -339,7 +339,7 @@ jobs:
339339

340340
review:
341341
docker:
342-
- image: circleci/node:16.6.2
342+
- image: circleci/node:16.7.0
343343
steps:
344344
- attach_workspace:
345345
at: .
@@ -370,7 +370,7 @@ jobs:
370370

371371
deploy:
372372
docker:
373-
- image: circleci/node:16.6.2
373+
- image: circleci/node:16.7.0
374374
steps:
375375
- attach_workspace:
376376
at: .

0 commit comments

Comments
 (0)