Skip to content

Commit 80fdbbc

Browse files
committed
lint
1 parent dcc99ca commit 80fdbbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@apphosting/adapter-angular/e2e/run-local.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ const tests = await Promise.all(
4141
stdio: "inherit",
4242
shell: true,
4343
});
44-
if (parseInt(process.versions.node.split('.')[0]) > 18) {
44+
if (parseInt(process.versions.node.split(".")[0]) > 18) {
4545
console.log(`[${runId}] updating angular to next tag`);
4646
console.log(`[${runId}] > npx ng update @angular/cli@next @angular/core@next`);
4747
await promiseSpawn("npx", ["ng", "update", "@angular/cli@next", "@angular/core@next"], {

0 commit comments

Comments
 (0)