Skip to content
Snippets Groups Projects
Unverified Commit bc7793c6 authored by David Weitzman's avatar David Weitzman Committed by GitHub
Browse files

fix(pnpm): lockfile v6 is supported as low as version 7.24.2 (#22562)

parent fa498487
No related branches found
No related tags found
No related merge requests found
...@@ -194,7 +194,7 @@ export async function getConstraintFromLockFile( ...@@ -194,7 +194,7 @@ export async function getConstraintFromLockFile(
*/ */
const lockToPnpmVersionMapping = [ const lockToPnpmVersionMapping = [
{ lockfileVersion: 6.0, lowerConstraint: '>=8' }, { lockfileVersion: 6.0, lowerConstraint: '>=7.24.2' },
{ {
lockfileVersion: 5.4, lockfileVersion: 5.4,
lowerConstraint: '>=7', lowerConstraint: '>=7',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment