This is an automated email from the ASF dual-hosted git repository.

zihaoxiang pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git


The following commit(s) were added to refs/heads/dev by this push:
     new 5f94c8cd7c Pin pnpm@7 in CI (#13899)
5f94c8cd7c is described below

commit 5f94c8cd7c89f1603521b68c9fb9eb803d955bb9
Author: Cheng Pan <[email protected]>
AuthorDate: Mon Apr 10 17:31:04 2023 +0800

    Pin pnpm@7 in CI (#13899)
---
 .github/workflows/frontend.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/frontend.yml b/.github/workflows/frontend.yml
index 5533c30503..5d64b5f1d6 100644
--- a/.github/workflows/frontend.yml
+++ b/.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

Reply via email to