diff --git a/.github/workflows/ci-build.yaml b/.github/workflows/ci-build.yaml index 3c881c41..11f59b63 100644 --- a/.github/workflows/ci-build.yaml +++ b/.github/workflows/ci-build.yaml @@ -46,7 +46,6 @@ jobs: - uses: pnpm/action-setup@v3 name: Install pnpm with: - version: '9.4.0' run_install: false - name: Get pnpm store directory diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e369baf1..1e761f93 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -36,7 +36,6 @@ jobs: - uses: pnpm/action-setup@v3 name: Install pnpm with: - version: '9.4.0' run_install: false - name: Get pnpm store directory @@ -77,7 +76,6 @@ jobs: - uses: pnpm/action-setup@v3 name: Install pnpm with: - version: '9.4.0' run_install: false - name: Get pnpm store directory @@ -115,7 +113,6 @@ jobs: - uses: pnpm/action-setup@v3 name: Install pnpm with: - version: '9.4.0' run_install: false - name: Get pnpm store directory diff --git a/.github/workflows/preview-docs-deployment.yaml b/.github/workflows/preview-docs-deployment.yaml index fc269033..2c48f55e 100644 --- a/.github/workflows/preview-docs-deployment.yaml +++ b/.github/workflows/preview-docs-deployment.yaml @@ -63,7 +63,6 @@ jobs: - uses: pnpm/action-setup@v3 name: Install pnpm with: - version: '9.4.0' run_install: false - name: Get pnpm store directory diff --git a/.github/workflows/production-docs-deployment.yaml b/.github/workflows/production-docs-deployment.yaml index aac3ca85..67c289bd 100644 --- a/.github/workflows/production-docs-deployment.yaml +++ b/.github/workflows/production-docs-deployment.yaml @@ -29,7 +29,6 @@ jobs: - uses: pnpm/action-setup@v3 name: Install pnpm with: - version: '9.4.0' run_install: false - name: Get pnpm store directory diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 67f415cd..6b21c3a3 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -27,7 +27,6 @@ jobs: - uses: pnpm/action-setup@v3 name: Install pnpm with: - version: '9.4.0' run_install: false - name: Get pnpm store directory