Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prevent pnpm frozen lockfile #15035

Merged
merged 1 commit into from Apr 16, 2024
Merged

Prevent pnpm frozen lockfile #15035

merged 1 commit into from Apr 16, 2024

Conversation

r0qs
Copy link
Member

@r0qs r0qs commented Apr 16, 2024

Fix current errors in CI https://app.circleci.com/jobs/github/ethereum/solidity/1522260 due to broken lockfile. May be related to this change: https://github.com/pnpm/pnpm/releases/tag/v9.0.1, since the CI uses that pnpm version:

circleci@cad008d41f62:~$ pnpm --version
9.0.1

Adding the --no-frozen-lockfile allows pnpm to fix the broken entry in the lockfile.

@r0qs r0qs requested a review from nikola-matic April 16, 2024 20:01
@nikola-matic nikola-matic merged commit 30d7878 into develop Apr 16, 2024
74 checks passed
@nikola-matic nikola-matic deleted the pnpm-broken-lockfile branch April 16, 2024 20:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants