diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a7a86a4ed..846f6f2fa 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -23,7 +23,7 @@ jobs: - name: Setup PNPM environment if: steps.cache-primes.outputs.cache-hit != 'true' run: | - npm install -g pnpm@latest + npm install -g pnpm@10.11.0 pnpm config set store-dir ~/.pnpm-store - name: Cache PNPM dependencies @@ -57,7 +57,7 @@ jobs: - name: Setup PNPM environment if: steps.cache-primes.outputs.cache-hit != 'true' run: | - npm install -g pnpm@latest + npm install -g pnpm@10.11.0 pnpm config set store-dir ~/.pnpm-store - name: Cache PNPM dependencies @@ -135,7 +135,7 @@ jobs: - name: Setup PNPM environment if: steps.cache-primes.outputs.cache-hit != 'true' run: | - npm install -g pnpm@latest + npm install -g pnpm@10.11.0 pnpm config set store-dir ~/.pnpm-store - name: Cache PNPM dependencies @@ -187,7 +187,7 @@ jobs: - name: Setup PNPM environment if: steps.cache-primes.outputs.cache-hit != 'true' run: | - npm install -g pnpm@latest + npm install -g pnpm@10.11.0 pnpm config set store-dir ~/.pnpm-store - name: Cache PNPM dependencies