refactor: update pnpm to v10

This commit is contained in:
Rainer Killinger
2025-06-25 14:46:33 +02:00
parent a3af1677d2
commit f188576ca9
11 changed files with 12288 additions and 10154 deletions

View File

@@ -84,7 +84,7 @@ RUN apt-get update && \
RUN ln -s /usr/bin/microsoft-edge /usr/bin/edge
### PNPM
RUN corepack enable && corepack prepare pnpm@latest-8 --activate
RUN corepack enable && corepack prepare pnpm@latest-10 --activate
# versions of local tools
RUN echo " node version: $(node -v) \n" \