Skip to content

Commit 31e4438

Browse files
committed
fix for canary
1 parent f2f53ed commit 31e4438

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/canary.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -126,17 +126,11 @@ jobs:
126126
- uses: pnpm/action-setup@v4
127127
with:
128128
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'
135129
- name: Set up Node
136130
if: matrix.test-application != 'angular-20'
137131
uses: actions/setup-node@v4
138132
with:
139-
node-version-file: 'dev-packages/e2e-tests/package.json'
133+
node-version-file: 'dev-packages/e2e-tests/test-applications/${{ matrix.test-application }}/package.json'
140134

141135
- name: Restore canary cache
142136
uses: actions/cache/restore@v4

0 commit comments

Comments
 (0)