Parcourir la source

Pin pnpm@7 in CI (#13899)

Cheng Pan il y a 2 ans
Parent
commit
5f94c8cd7c
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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