Skip to content

Commit

Permalink
test(deps): update dependency yarn to v4.2.1 (#2588)
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 May 6, 2024
1 parent 16ed9b3 commit 079f4bf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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 4.1.1
RUN install-tool yarn 4.2.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 4.1.1
RUN install-tool yarn 4.2.1

#--------------------------------------
# Image: test-php
Expand Down
2 changes: 1 addition & 1 deletion test/node/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ RUN install-tool yarn 2.4.2
RUN install-tool yarn 3.8.1

# renovate: datasource=npm packageName=@yarnpkg/cli-dist
RUN install-tool yarn 4.1.1
RUN install-tool yarn 4.2.1

#--------------------------------------
# test: pnpm
Expand Down

0 comments on commit 079f4bf

Please sign in to comment.