Use shrinkwrap for package locking (#8298)

This commit is contained in:
Tommaso Sciortino
2025-09-12 13:26:55 -07:00
committed by GitHub
parent c15774ce68
commit 21826010ef
8 changed files with 10 additions and 8 deletions

View File

@@ -75,7 +75,7 @@ if (cliPackageJson.config?.sandboxImageUri) {
writeJson(cliPackageJsonPath, cliPackageJson);
}
// 6. Run `npm install` to update package-lock.json.
// 6. Run `npm install` to update npm-shrinkwrap.json.
run('npm install');
console.log(`Successfully bumped versions to v${newVersion}.`);