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

fix(deps): use pnpm 7 not pnpm 8 (new latest) #855

Merged
merged 1 commit into from
Mar 29, 2023

Conversation

MikeMcC399
Copy link
Collaborator

This PR remediates a breaking change caused by the release of pnpm 8.0.0 on March 28, 2023.

Problem

pnpm install --frozen-lockfile does not accept pnpm-lock.yaml with lockfileVersion: 5.4 generated by pnpm v7.30.5.

pnpm 8.0.0 is a breaking change. Apart from the compatibility issue with lockfileVersion: 5.4 it also removes support for Node.js 14.

.github/workflows/example-basic-pnpm.yml uses pnpm/action-setup@v2 with: version: latest

Workaround

Bind pnpm/action-setup@v2 using with: version: 7.

Related

prevent using pnpm 8.0.0 with its breaking change
@nagash77 nagash77 merged commit a29a621 into cypress-io:master Mar 29, 2023
114 checks passed
@github-actions
Copy link

🎉 This PR is included in version 5.6.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants