Skip to content

Commit f420d93

Browse files
fix(deps): update node.js to v18.18.0 (#1000)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent aeb6b06 commit f420d93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ version: 2.1
77
executors:
88
node:
99
docker:
10-
- image: cimg/node:18.16.1-browsers
10+
- image: cimg/node:18.18.0-browsers
1111
resource_class: small
1212
working_directory: ~/repo
1313
environment:
@@ -18,7 +18,7 @@ executors:
1818

1919
node-interop:
2020
docker:
21-
- image: cimg/node:18.16.1-browsers
21+
- image: cimg/node:18.18.0-browsers
2222
resource_class: "medium+"
2323
working_directory: ~/repo
2424
environment:

0 commit comments

Comments
 (0)