jinmao88 1 năm trước cách đây
mục cha
commit
1108d78a06
1 tập tin đã thay đổi với 5 bổ sung0 xóa
  1. 5 0
      .github/workflows/deploy.yml

+ 5 - 0
.github/workflows/deploy.yml

@@ -60,6 +60,8 @@ jobs:
       - name: Checkout
         uses: actions/checkout@v3
 
+#      - uses: NullVoxPopuli/action-setup-pnpm@v2
+
       - name: Sed Config Base
         shell: bash
         run: |
@@ -69,6 +71,9 @@ jobs:
 
       - name: Install pnpm
         uses: pnpm/action-setup@v2
+        with:
+          version: 8
+          run_install: false
 
       - name: use Node.js 16
         uses: actions/setup-node@v3