Pnpm installation fails in github actions with the error Error: The installed pnpm reports version 12.4.2, expected 12.5.1.
Full log:
Run pnpm/setup@v2.1.0
with:
dest: ~/setup-pnpm
cache: false
working-directory: .
require-lockfile: false
install: true
Installing pnpm...
Downloading pnpm 12.5.1 from the npm registry
==> Downloading pnpm 12.5.1
Error: The installed pnpm reports version 12.4.2, expected 12.5.1
at z0e (/home/runner/work/_actions/pnpm/setup/v2.1.0/dist/index.js:263:1582)
at process.processTicksAndRejections (node:internal/process/task_queues:104:5)
at async V0e (/home/runner/work/_actions/pnpm/setup/v2.1.0/dist/index.js:273:404)
at async oSe (/home/runner/work/_actions/pnpm/setup/v2.1.0/dist/index.js:273:5098)
at async iSe (/home/runner/work/_actions/pnpm/setup/v2.1.0/dist/index.js:273:5012)
Error: Error: The installed pnpm reports version 12.4.2, expected 12.5.1
Pnpm installation fails in github actions with the error
Error: The installed pnpm reports version 12.4.2, expected 12.5.1.Full log: