Skip to content

Commit 3f9c05f

Browse files
chore(deps): update node.js to v16.20.2 (#453)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8d7c581 commit 3f9c05f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.circleci/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ version: 2
2222
jobs:
2323
checkout:
2424
docker:
25-
- image: cimg/node:16.20.1
25+
- image: cimg/node:16.20.2
2626
steps:
2727
- checkout
2828
- run: *yarn
@@ -31,7 +31,7 @@ jobs:
3131
lint:
3232
<<: *defaults
3333
docker:
34-
- image: cimg/node:16.20.1
34+
- image: cimg/node:16.20.2
3535

3636
steps:
3737
- attach-workspace: *attach-work-dir
@@ -40,7 +40,7 @@ jobs:
4040
test:
4141
<<: *defaults
4242
docker:
43-
- image: cimg/node:16.20.1
43+
- image: cimg/node:16.20.2
4444

4545
steps:
4646
- attach-workspace: *attach-work-dir
@@ -49,7 +49,7 @@ jobs:
4949
release:
5050
<<: *defaults
5151
docker:
52-
- image: cimg/node:16.20.1
52+
- image: cimg/node:16.20.2
5353
steps:
5454
- attach-workspace: *attach-work-dir
5555
- run: yarn build && yarn compile && yarn semantic-release

0 commit comments

Comments
 (0)