Skip to content

Commit 45adfd0

Browse files
committed
ci: fix pnpm version
1 parent ab6e56f commit 45adfd0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ RUN \
5454
mongod --fork --logpath /var/log/mongod.log --bind_ip_all && \
5555
if [ -f yarn.lock ]; then yarn run build; \
5656
elif [ -f package-lock.json ]; then npm run build; \
57-
elif [ -f pnpm-lock.yaml ]; then corepack prepare pnpm@10.0.0 --activate && corepack enable pnpm && pnpm run build; \
57+
elif [ -f pnpm-lock.yaml ]; then corepack prepare pnpm@11.0.0 --activate && corepack enable pnpm && pnpm run build; \
5858
else echo "Lockfile not found." && exit 1; \
5959
fi
6060

0 commit comments

Comments
 (0)