diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3b22f316..866c2f66 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 a93a3324..15c1566b 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 57366918..aa0ec3f5 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 1ebf5bce..23687cd7 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 1d119323..6091c38c 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