Skip to content

Commit

Permalink
fix(deps): update node.js to v22.13.1 (#2044)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 22, 2025
1 parent 6e7cd17 commit 8a16bbb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion linux/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ RUN install-tool dotnet 8.0.405
RUN install-tool dotnet 9.0.102

# renovate: datasource=node
RUN install-tool node 22.13.0
RUN install-tool node 22.13.1

# renovate: datasource=npm
RUN install-tool pnpm 10.0.0
Expand Down
2 changes: 1 addition & 1 deletion windows/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RUN git config --system safe.directory "*"
RUN install-tool powershell v7.4.6

# renovate: datasource=node
RUN install-tool node 22.13.0
RUN install-tool node 22.13.1

# renovate: datasource=npm
RUN install-npm pnpm 10.0.0
Expand Down

0 comments on commit 8a16bbb

Please sign in to comment.