diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index fc92bd8e1f..9e8ce27d52 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -12,6 +12,7 @@ concurrency: env: NODE_VERSION: 18.20.2 + PNPM_VERSION: 8.15.7 jobs: changes: @@ -68,7 +69,7 @@ jobs: - name: Install pnpm uses: pnpm/action-setup@v3 with: - version: 8 + version: ${{ env.PNPM_VERSION }} run_install: false - name: Get pnpm store directory @@ -113,7 +114,7 @@ jobs: - name: Install pnpm uses: pnpm/action-setup@v3 with: - version: 8 + version: ${{ env.PNPM_VERSION }} run_install: false - name: Restore build @@ -162,7 +163,7 @@ jobs: - name: Install pnpm uses: pnpm/action-setup@v3 with: - version: 8 + version: ${{ env.PNPM_VERSION }} run_install: false - name: Restore build @@ -266,7 +267,7 @@ jobs: - name: Install pnpm uses: pnpm/action-setup@v3 with: - version: 8 + version: ${{ env.PNPM_VERSION }} run_install: false - name: Restore build @@ -311,7 +312,7 @@ jobs: - name: Install pnpm uses: pnpm/action-setup@v3 with: - version: 8 + version: ${{ env.PNPM_VERSION }} run_install: false - name: Restore build