From f427bc26df5ed2414d451e12a727eec8ddd098b4 Mon Sep 17 00:00:00 2001 From: Joe Harrison <53116754+sudo-kraken@users.noreply.github.com> Date: Sun, 28 Sep 2025 17:55:38 +0100 Subject: [PATCH] ci: remove the with step from the pnpm setup steps (#1932) --- .github/workflows/ci.yml | 2 -- .github/workflows/cypress.yml | 2 -- .github/workflows/docs-deploy.yml | 2 -- .github/workflows/release.yml | 2 -- .github/workflows/test-docs-deploy.yml | 2 -- 5 files changed, 10 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3b22f3166..866c2f661 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,8 +30,6 @@ jobs: - name: Pnpm Setup uses: pnpm/action-setup@v4 - with: - version: ${{ steps.pnpm-version.outputs.pnpm_version }} - name: Get pnpm store directory shell: sh diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index a93a33240..15c1566b8 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -36,8 +36,6 @@ jobs: - name: Pnpm Setup uses: pnpm/action-setup@v4 - with: - version: ${{ steps.pnpm-version.outputs.pnpm_version }} - name: Setup cypress cache uses: actions/cache@v4 diff --git a/.github/workflows/docs-deploy.yml b/.github/workflows/docs-deploy.yml index 573669188..aa0ec3f50 100644 --- a/.github/workflows/docs-deploy.yml +++ b/.github/workflows/docs-deploy.yml @@ -33,8 +33,6 @@ jobs: - name: Pnpm Setup uses: pnpm/action-setup@v4 - with: - version: ${{ steps.pnpm-version.outputs.pnpm_version }} - name: Get pnpm store directory shell: sh diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1ebf5bced..23687cd74 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -34,8 +34,6 @@ jobs: - name: Pnpm Setup uses: pnpm/action-setup@v4 - with: - version: ${{ steps.pnpm-version.outputs.pnpm_version }} - name: Get pnpm store directory shell: sh diff --git a/.github/workflows/test-docs-deploy.yml b/.github/workflows/test-docs-deploy.yml index 1d119323f..6091c38ca 100644 --- a/.github/workflows/test-docs-deploy.yml +++ b/.github/workflows/test-docs-deploy.yml @@ -34,8 +34,6 @@ jobs: - name: Pnpm Setup uses: pnpm/action-setup@v4 - with: - version: ${{ steps.pnpm-version.outputs.pnpm_version }} - name: Get pnpm store directory shell: sh