Browse Source

fix pnpm installation in test

Shahed Nasser 10 tháng trước cách đây
mục cha
commit
b5b2a4a43f
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 4 0
      .github/workflows/test-cli.yml

+ 4 - 0
.github/workflows/test-cli.yml

@@ -187,6 +187,10 @@ jobs:
         with:
           access_token: ${{ github.token }}
 
+      - uses: pnpm/action-setup@v2
+        with:
+          version: 6.32.9
+
       - name: Setup Node.js environment
         uses: actions/setup-node@v3
         with: