浏览代码

fix pnpm installation in test

Shahed Nasser 10 月之前
父节点
当前提交
b5b2a4a43f
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      .github/workflows/test-cli.yml

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

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