Skip to content

Commit 2e82058

Browse files
committed
special-case angular-20 node version
1 parent 66c3370 commit 2e82058

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -886,7 +886,13 @@ jobs:
886886
- uses: pnpm/action-setup@v4
887887
with:
888888
version: 9.4.0
889+
- name: Set up Node for Angular 20
890+
if: matrix.test-application == 'angular-20'
891+
uses: actions/setup-node@v4
892+
with:
893+
node-version: '20.19.2'
889894
- name: Set up Node
895+
if: matrix.test-application != 'angular-20'
890896
uses: actions/setup-node@v4
891897
with:
892898
node-version-file: 'dev-packages/e2e-tests/package.json'

0 commit comments

Comments
 (0)