more pnpm 11 changes

This commit is contained in:
Samuel Newman
2026-05-12 19:01:28 +03:00
parent b5ac6f8fba
commit 0818e8d308
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ RUN mkdir --parents $NVM_DIR && \
RUN \. "$NVM_DIR/nvm.sh" && \
nvm install $NODE_VERSION && \
nvm use $NODE_VERSION && \
npm install --global pnpm@10.33.4 yarn && \
npm install --global pnpm@11.1.1 yarn && \
pnpm install --frozen-lockfile && \
cd bskyembed && yarn install --frozen-lockfile && cd .. && \
pnpm intl:build && \