File tree Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -886,17 +886,10 @@ jobs:
886
886
- uses : pnpm/action-setup@v4
887
887
with :
888
888
version : 9.4.0
889
- # TODO: Remove this once the repo is bumped to 20.19.2 or higher
890
- - name : Set up Node for Angular 20
891
- if : matrix.test-application == 'angular-20'
892
- uses : actions/setup-node@v4
893
- with :
894
- node-version : ' 20.19.2'
895
889
- name : Set up Node
896
- if : matrix.test-application != 'angular-20'
897
890
uses : actions/setup-node@v4
898
891
with :
899
- node-version-file : ' dev-packages/e2e-tests/package.json'
892
+ node-version-file : ' dev-packages/e2e-tests/test-applications/${{ matrix.test-application }}/ package.json'
900
893
- name : Set up Bun
901
894
if : matrix.test-application == 'node-exports-test-app'
902
895
uses : oven-sh/setup-bun@v2
You can’t perform that action at this time.
0 commit comments