diff --git a/.github/workflows/ci-pipeline.yml b/.github/workflows/ci-pipeline.yml index dc402d8..f02e88f 100644 --- a/.github/workflows/ci-pipeline.yml +++ b/.github/workflows/ci-pipeline.yml @@ -58,7 +58,6 @@ jobs: if: steps.check-node-modules-cache.outputs.cache-hit != 'true' uses: pnpm/action-setup@v4 with: - version: latest run_install: false - name: Install dependencies @@ -119,7 +118,6 @@ jobs: - name: Setup pnpm uses: pnpm/action-setup@v4 with: - version: latest run_install: false - name: Run ${{ matrix.name }} @@ -159,7 +157,6 @@ jobs: - name: Setup pnpm uses: pnpm/action-setup@v4 with: - version: latest run_install: false - name: Cache Playwright Browsers