Upgrade to pnpm 11.5.2 (#10793)

This commit is contained in:
DS Boyce
2026-06-08 13:53:09 -07:00
committed by GitHub
parent 690b8184a1
commit bfbd1cef32
3 changed files with 40 additions and 40 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ RUN mkdir --parents $NVM_DIR && \
RUN \. "$NVM_DIR/nvm.sh" && \
nvm install $NODE_VERSION && \
nvm use $NODE_VERSION && \
npm install --global pnpm@11.5.0 && \
npm install --global pnpm@11.5.2 && \
pnpm install --frozen-lockfile && \
cd bskyembed && pnpm install --frozen-lockfile && cd .. && \
pnpm intl:build && \