瀏覽代碼

Pin pnpm@7 in CI (#13899)

Cheng Pan 2 年之前
父節點
當前提交
5f94c8cd7c
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/workflows/frontend.yml

+ 1 - 1
.github/workflows/frontend.yml

@@ -58,7 +58,7 @@ jobs:
           node-version: 16
       - name: Compile and Build
         run: |
-          npm install pnpm -g
+          npm install pnpm@7 -g
           pnpm install
           pnpm run lint
           pnpm run build:prod