refactor: update pnpm to v10

This commit is contained in:
Rainer Killinger
2025-06-25 14:46:33 +02:00
parent a3af1677d2
commit 4b55d80995
12 changed files with 12286 additions and 10163 deletions

View File

@@ -2,6 +2,6 @@ FROM node:22-alpine
RUN apk update && apk add git jq curl python3 build-base
RUN npm install turbo --global && corepack enable && corepack prepare pnpm@latest-8 --activate
RUN npm install turbo --global && corepack enable && corepack prepare pnpm@latest-10 --activate
CMD []