fix: align npm locks with test runtime
This commit is contained in:
@@ -96,7 +96,7 @@ if (trackedAlternativeLocks) {
|
||||
`${trackedAlternativeLocks.replace(/\r?\n/g, ', ')}: npm/package-lock.json is the only supported committed dependency lock`,
|
||||
);
|
||||
}
|
||||
if (packageJson.packageManager !== 'npm@11.6.2') {
|
||||
if (packageJson.packageManager !== 'npm@10.9.4') {
|
||||
violations.push('package.json: packageManager must pin the supported npm baseline');
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user