diff --git a/.github/workflows/feature-branch-deploy.yml b/.github/workflows/feature-branch-deploy.yml index 1bb711374e..c8dce14917 100644 --- a/.github/workflows/feature-branch-deploy.yml +++ b/.github/workflows/feature-branch-deploy.yml @@ -39,7 +39,6 @@ jobs: name: Install pnpm id: pnpm-install with: - version: 9 run_install: false - name: Install dependencies diff --git a/.github/workflows/lint-test.yml b/.github/workflows/lint-test.yml index 53b25c7b92..8651c8fe33 100644 --- a/.github/workflows/lint-test.yml +++ b/.github/workflows/lint-test.yml @@ -22,7 +22,6 @@ jobs: uses: pnpm/action-setup@fe02b34f77f8bc703788d5817da081398fad5dd2 # v4.0.0 id: pnpm-install with: - version: 9 run_install: false - name: Get pnpm store directory @@ -60,7 +59,6 @@ jobs: uses: pnpm/action-setup@fe02b34f77f8bc703788d5817da081398fad5dd2 # v4.0.0 id: pnpm-install with: - version: 9 run_install: false - name: Get pnpm store directory diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index e969166d07..0392719ca2 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -41,7 +41,6 @@ jobs: uses: pnpm/action-setup@fe02b34f77f8bc703788d5817da081398fad5dd2 # v4.0.0 id: pnpm-install with: - version: 9 run_install: false if: ${{ steps.release.outputs.releases_created == 'true' }}