chore: 升级pnpmv9版本,相关兼容处理

This commit is contained in:
xiaoxian521
2024-05-13 22:45:19 +08:00
parent 30f598dfa5
commit bb86962186
8 changed files with 6963 additions and 5666 deletions

View File

@@ -1,8 +1,8 @@
FROM node:18-alpine as build-stage
FROM node:20-alpine as build-stage
WORKDIR /app
RUN corepack enable
RUN corepack prepare pnpm@8.6.10 --activate
RUN corepack prepare pnpm@latest --activate
RUN npm config set registry https://registry.npmmirror.com