Upgrade pnpm to 11.10.0 (#11075)

This commit is contained in:
DS Boyce
2026-07-06 13:08:47 -07:00
committed by GitHub
parent 1817cc2ae4
commit 651a3f8af4
5 changed files with 42 additions and 42 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.9.0 && \
npm install --global pnpm@11.10.0 && \
pnpm install --frozen-lockfile && \
cd bskyembed && pnpm install --frozen-lockfile && cd .. && \
pnpm intl:build && \