Browse Source

Pin pnpm@7 in CI (#13899)

dependabot/maven/dolphinscheduler-bom/org.apache.spark-spark-core_2.12-3.4.0
Cheng Pan 1 year 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