Skip to content

Commit ecd6c15

Browse files
chore(deps): update node.js to v24.4.1 (#1170)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1378aab commit ecd6c15

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ parameters:
1212
executors:
1313
node:
1414
docker:
15-
- image: cimg/node:24.4.0-browsers
15+
- image: cimg/node:24.4.1-browsers
1616
resource_class: small
1717
working_directory: ~/repo
1818
environment:
@@ -23,7 +23,7 @@ executors:
2323

2424
node-build:
2525
docker:
26-
- image: cimg/node:24.4.0-browsers
26+
- image: cimg/node:24.4.1-browsers
2727
resource_class: medium
2828
working_directory: ~/repo
2929
environment:
@@ -34,7 +34,7 @@ executors:
3434

3535
node-interop:
3636
docker:
37-
- image: cimg/node:24.4.0-browsers
37+
- image: cimg/node:24.4.1-browsers
3838
resource_class: "medium+"
3939
working_directory: ~/repo
4040
environment:

0 commit comments

Comments
 (0)