Skip to content

Commit

Permalink
fix(deps): update node.js to v22.13.0
Browse files Browse the repository at this point in the history
| datasource   | package | from     | to       |
| ------------ | ------- | -------- | -------- |
| node-version | node    | v22.12.0 | v22.13.0 |
  • Loading branch information
renovate[bot] authored Jan 9, 2025
1 parent 6f5c147 commit af94cb6
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.404
RUN install-tool dotnet 9.0.101

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

# renovate: datasource=npm
RUN install-tool pnpm 9.15.3
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.12.0
RUN install-tool node 22.13.0

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

0 comments on commit af94cb6

Please sign in to comment.