Browse Source

Pin pnpm@7 in CI (#13899)

3.2.0-release
Cheng Pan 2 years ago committed by GitHub
parent
commit
5f94c8cd7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/frontend.yml

2
.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

Loading…
Cancel
Save