Skip to content

Commit 6bbf9c2

Browse files
committed
Use node version from e2e test app path
1 parent 2794564 commit 6bbf9c2

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -855,7 +855,7 @@ jobs:
855855
- name: Set up Node
856856
uses: actions/setup-node@v4
857857
with:
858-
node-version-file: 'dev-packages/e2e-tests/package.json'
858+
node-version-file: 'dev-packages/e2e-tests/test-applications/${{ matrix.test-application }}/package.json'
859859
- name: Set up Bun
860860
if: matrix.test-application == 'node-exports-test-app'
861861
uses: oven-sh/setup-bun@v2
@@ -978,7 +978,7 @@ jobs:
978978
- name: Set up Node
979979
uses: actions/setup-node@v4
980980
with:
981-
node-version-file: 'dev-packages/e2e-tests/package.json'
981+
node-version-file: 'dev-packages/e2e-tests/test-applications/${{ matrix.test-application }}/package.json'
982982
- name: Restore caches
983983
uses: ./.github/actions/restore-cache
984984
with:

.github/workflows/canary.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,7 @@ jobs:
121121
- name: Set up Node
122122
uses: actions/setup-node@v4
123123
with:
124-
node-version-file: 'dev-packages/e2e-tests/package.json'
125-
124+
node-version-file: 'dev-packages/e2e-tests/test-applications/${{ matrix.test-application }}/package.json'
126125
- name: Restore canary cache
127126
uses: actions/cache/restore@v4
128127
with:

0 commit comments

Comments
 (0)