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 66c3370 commit 2e82058Copy full SHA for 2e82058
1 file changed
.github/workflows/build.yml
@@ -886,7 +886,13 @@ jobs:
886
- uses: pnpm/action-setup@v4
887
with:
888
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'
894
- name: Set up Node
895
+ if: matrix.test-application != 'angular-20'
896
uses: actions/setup-node@v4
897
898
node-version-file: 'dev-packages/e2e-tests/package.json'
0 commit comments