Commit f83f288
authored
test(angular): Fix failing canary test (#19639)
The actual fail mostly "resolved itself" because Angular now also
released `22.0.0-next.0` versions for the Angular CLI packages, in
addition to the core angular packages. However, Angular 22 will
[require](angular/angular-cli#32681)
At least Node 22.22.0.
So this PR makes a few modifications to fully fix Angular canary tests
again:
- set the node version to Node 22.22.0 for the canary test and the
Angular 21 e2e test (which should be fine IMHO)
- Use the `angular-21` app instead of the `angular-20` app for canary
tests
- Remove the optional canary test config in the `angular-20` app
closes #196361 parent 2b3ce34 commit f83f288
File tree
3 files changed
+3
-12
lines changed- .github/workflows
- dev-packages/e2e-tests/test-applications
- angular-20
- angular-21
3 files changed
+3
-12
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
| 72 | + | |
73 | 73 | | |
74 | | - | |
| 74 | + | |
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| |||
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
133 | | - | |
134 | 133 | | |
135 | 134 | | |
136 | 135 | | |
| |||
Lines changed: 0 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | 13 | | |
15 | 14 | | |
16 | 15 | | |
| |||
48 | 47 | | |
49 | 48 | | |
50 | 49 | | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | 50 | | |
60 | 51 | | |
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| 50 | + | |
50 | 51 | | |
51 | 52 | | |
52 | 53 | | |
| |||
0 commit comments