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:
886886 - uses : pnpm/action-setup@v4
887887 with :
888888 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'
895889 - name : Set up Node
896- if : matrix.test-application != 'angular-20'
897890 uses : actions/setup-node@v4
898891 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'
900893 - name : Set up Bun
901894 if : matrix.test-application == 'node-exports-test-app'
902895 uses : oven-sh/setup-bun@v2
You can’t perform that action at this time.
0 commit comments