Skip to content

Commit 182ca77

Browse files
committed
use proper e2e test application node version ??
1 parent 453b2b5 commit 182ca77

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)