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