Skip to content

Commit dfbce5d

Browse files
chore(deps): update node.js to v24.11.0 (#1560)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 10f697a commit dfbce5d

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
@@ -12,7 +12,7 @@ parameters:
1212
executors:
1313
node:
1414
docker:
15-
- image: cimg/node:24.10.0
15+
- image: cimg/node:24.11.0
1616
resource_class: small
1717
working_directory: ~/repo
1818
environment:
@@ -23,7 +23,7 @@ executors:
2323

2424
node-interop:
2525
docker:
26-
- image: cimg/node:24.10.0-browsers
26+
- image: cimg/node:24.11.0-browsers
2727
resource_class: "medium+"
2828
working_directory: ~/repo
2929
environment:

0 commit comments

Comments
 (0)