We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9d476f commit 31cb7a5Copy full SHA for 31cb7a5
2 files changed
test/Dockerfile.distro
@@ -209,7 +209,7 @@ RUN install-tool node 24.16.0
209
# renovate: datasource=npm
210
RUN install-tool pnpm 10.33.4
211
# renovate: datasource=npm packageName=@yarnpkg/cli-dist
212
-RUN install-tool yarn 4.14.1
+RUN install-tool yarn 4.15.0
213
214
#--------------------------------------
215
# Image: test-php
test/node/Dockerfile
@@ -93,7 +93,7 @@ RUN install-tool yarn 2.4.2
93
RUN install-tool yarn 3.8.1
94
95
96
97
98
99
# test: pnpm
0 commit comments