Преглед изворни кода

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:
           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: