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

tison pushed a commit to branch dev
in repository 
https://gitbox.apache.org/repos/asf/incubator-streampark-website.git


The following commit(s) were added to refs/heads/dev by this push:
     new 5ed346e8 [CI] Fix install pnpm
5ed346e8 is described below

commit 5ed346e8e87f24c7000280a0d08769e48169b9c2
Author: tison <[email protected]>
AuthorDate: Wed May 15 21:47:12 2024 +0800

    [CI] Fix install pnpm
    
    Signed-off-by: tison <[email protected]>
---
 .github/workflows/deploy.yaml | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml
index a4070d28..77719041 100644
--- a/.github/workflows/deploy.yaml
+++ b/.github/workflows/deploy.yaml
@@ -28,10 +28,7 @@ jobs:
     runs-on: ubuntu-latest
     steps:
       - uses: actions/checkout@v4
-      - name: install dependencies
-        uses: pnpm/action-setup@v4
-        with:
-          version: 8
+      - uses: pnpm/action-setup@v4
       - uses: actions/setup-node@v4
         with:
           node-version: 16.x

Reply via email to