Skip to content

Commit 2a25e7d

Browse files
chore(deps): update node.js to v16.20.1 (#441)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3f77001 commit 2a25e7d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: .circleci/config.yml

+4-4
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.0
25+
- image: cimg/node:16.20.1
2626
steps:
2727
- checkout
2828
- run: *yarn
@@ -31,7 +31,7 @@ jobs:
3131
lint:
3232
<<: *defaults
3333
docker:
34-
- image: cimg/node:16.20.0
34+
- image: cimg/node:16.20.1
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.0
43+
- image: cimg/node:16.20.1
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.0
52+
- image: cimg/node:16.20.1
5353
steps:
5454
- attach-workspace: *attach-work-dir
5555
- run: yarn build && yarn compile && yarn semantic-release

0 commit comments

Comments
 (0)