Skip to content

Commit 2542123

Browse files
committed
ci: drop Node 20 from Angular 22 matrix, point compat 21 at a21
Angular 22's CLI requires Node >=22.22.3, so the Latest build matrix can never pass on Node 20.x; its failure fail-fast-cancelled the healthy 22.x and 24.x legs. Drop 20.x from the Latest matrix. The compat 'Angular 21' entry still copied compat/latest, which is now Angular 22 — so 21 was untested and 22 ran twice. Point it at the new compat/a21 dir, giving a true 18-21 compat sweep plus 22 via Latest.
1 parent 8dc4423 commit 2542123

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ngx-translate-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
strategy:
1818
matrix:
19-
node-version: [20.x, 22.x, 24.x]
19+
node-version: [22.x, 24.x]
2020

2121
steps:
2222
- uses: actions/checkout@v5
@@ -50,7 +50,7 @@ jobs:
5050
config-dir: compat/a20
5151
- angular-version: 21
5252
node-version: 22.x
53-
config-dir: compat/latest
53+
config-dir: compat/a21
5454

5555
steps:
5656
- uses: actions/checkout@v5

0 commit comments

Comments
 (0)