fix: align npm locks with test runtime

This commit is contained in:
hectorzhao
2026-08-28 14:41:51 +08:00
parent ad27acad7e
commit 226527f1ce
5 changed files with 95 additions and 113 deletions
+1 -1
View File
@@ -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');
}