chore: test ci output
This commit is contained in:
parent
7e98adf59b
commit
a4083b3b8e
2
package-lock.json
generated
2
package-lock.json
generated
|
|
@ -8401,7 +8401,7 @@
|
|||
"zone.js": "~0.14.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=16"
|
||||
"node": ">=18"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@angular/compiler": "^17.0.0",
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
},
|
||||
"homepage": "https://playwright.dev",
|
||||
"engines": {
|
||||
"node": ">=16"
|
||||
"node": ">=18"
|
||||
},
|
||||
"author": {
|
||||
"name": "Microsoft Corporation"
|
||||
|
|
|
|||
|
|
@ -86,6 +86,7 @@ class Workspace {
|
|||
return;
|
||||
hasChanges = true;
|
||||
console.warn('Updated', jsonPath);
|
||||
console.warn(json);
|
||||
await writeJSON(jsonPath, json);
|
||||
};
|
||||
|
||||
|
|
@ -125,7 +126,7 @@ class Workspace {
|
|||
}
|
||||
await maybeWriteJSON(pkg.packageJSONPath, pkg.packageJSON);
|
||||
}
|
||||
|
||||
|
||||
// Re-run npm i to make package-lock dirty.
|
||||
child_process.execSync('npm i');
|
||||
return hasChanges;
|
||||
|
|
|
|||
Loading…
Reference in a new issue