You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Github actions, we always get the following error:
Run pnpm install
ERR_PNPM_LOCKFILE_CONFIG_MISMATCH Cannot proceed with the frozen installation. The current "settings.autoInstallPeers" configuration doesn't match the value found in the lockfile
Update your lockfile using "pnpm install --no-frozen-lockfile"
Error: Process completed with exit code 1.
In Github actions, we always get the following error:
Source: https://github.com/w3hc/w3hc-hardhat-template/actions/runs/7402621541/job/20140860724#step:7:12
The checks pass when
autoInstallPeers
is manually set to false in thepnpm-lock.yaml
file, but let's fix the Github action.The text was updated successfully, but these errors were encountered: