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 f2f53ed commit 31e4438Copy full SHA for 31e4438
.github/workflows/canary.yml
@@ -126,17 +126,11 @@ jobs:
126
- uses: pnpm/action-setup@v4
127
with:
128
version: 9.15.9
129
- # TODO: Remove this once the repo is bumped to 20.19.2 or higher
130
- - name: Set up Node for Angular 20
131
- if: matrix.test-application == 'angular-20'
132
- uses: actions/setup-node@v4
133
- with:
134
- node-version: '20.19.2'
135
- name: Set up Node
136
if: matrix.test-application != 'angular-20'
137
uses: actions/setup-node@v4
138
139
- node-version-file: 'dev-packages/e2e-tests/package.json'
+ node-version-file: 'dev-packages/e2e-tests/test-applications/${{ matrix.test-application }}/package.json'
140
141
- name: Restore canary cache
142
uses: actions/cache/restore@v4
0 commit comments