We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcc99ca commit 80fdbbcCopy full SHA for 80fdbbc
packages/@apphosting/adapter-angular/e2e/run-local.ts
@@ -41,7 +41,7 @@ const tests = await Promise.all(
41
stdio: "inherit",
42
shell: true,
43
});
44
- if (parseInt(process.versions.node.split('.')[0]) > 18) {
+ if (parseInt(process.versions.node.split(".")[0]) > 18) {
45
console.log(`[${runId}] updating angular to next tag`);
46
console.log(`[${runId}] > npx ng update @angular/cli@next @angular/core@next`);
47
await promiseSpawn("npx", ["ng", "update", "@angular/cli@next", "@angular/core@next"], {
0 commit comments