Skip to content

Commit

Permalink
test(deps): update dependency yarn to v4 (#2565)
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] committed Apr 30, 2024
1 parent 2797e4a commit aca3e61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/Dockerfile.jammy
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ RUN install-tool node v20.12.2
# renovate: datasource=npm
RUN install-tool pnpm 9.0.6
# renovate: datasource=npm packageName=@yarnpkg/cli-dist
RUN install-tool yarn 1.22.22
RUN install-tool yarn 4.1.1

#--------------------------------------
# Image: test-php
Expand Down
2 changes: 1 addition & 1 deletion test/Dockerfile.noble
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ RUN install-tool node v20.12.2
# renovate: datasource=npm
RUN install-tool pnpm 9.0.6
# renovate: datasource=npm packageName=@yarnpkg/cli-dist
RUN install-tool yarn 1.22.22
RUN install-tool yarn 4.1.1

#--------------------------------------
# Image: test-php
Expand Down

0 comments on commit aca3e61

Please sign in to comment.