Skip to content
This repository was archived by the owner on Oct 31, 2025. It is now read-only.

Commit f59e944

Browse files
Update dependency pnpm/pnpm to v10.19.0
1 parent 06eb1d7 commit f59e944

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ RUN npm install -g --ignore-scripts yarn@${YARN_VERSION} && \
6969
# Install pnpm
7070

7171
# renovate: datasource=github-tags depName=pnpm/pnpm extractVersion=^v(?<version>.*)$
72-
ENV PNPM_VERSION=10.18.3
72+
ENV PNPM_VERSION=10.19.0
7373

7474
RUN npm install -g --ignore-scripts pnpm@${PNPM_VERSION} && \
7575
npm cache clean --force && \

0 commit comments

Comments
 (0)