Skip to content

Commit 7a96720

Browse files
fix(deps): update node.js to v24.14.1 (#2965)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e55fcf6 commit 7a96720

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

linux/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ RUN install-tool dotnet 9.0.312
2828
RUN install-tool dotnet 10.0.201
2929

3030
# renovate: datasource=node
31-
RUN install-tool node 24.14.0
31+
RUN install-tool node 24.14.1
3232

3333
# renovate: datasource=npm
3434
RUN install-tool pnpm 10.32.1

windows/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ RUN git config --system safe.directory "*"
1919
RUN install-tool powershell v7.6.0
2020

2121
# renovate: datasource=node
22-
RUN install-tool node 24.14.0
22+
RUN install-tool node 24.14.1
2323

2424
# renovate: datasource=npm
2525
RUN install-npm pnpm 10.32.1

0 commit comments

Comments
 (0)