File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -855,7 +855,7 @@ jobs:
855
855
- name : Set up Node
856
856
uses : actions/setup-node@v4
857
857
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'
859
859
- name : Set up Bun
860
860
if : matrix.test-application == 'node-exports-test-app'
861
861
uses : oven-sh/setup-bun@v2
@@ -978,7 +978,7 @@ jobs:
978
978
- name : Set up Node
979
979
uses : actions/setup-node@v4
980
980
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'
982
982
- name : Restore caches
983
983
uses : ./.github/actions/restore-cache
984
984
with :
Original file line number Diff line number Diff line change @@ -121,8 +121,7 @@ jobs:
121
121
- name : Set up Node
122
122
uses : actions/setup-node@v4
123
123
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'
126
125
- name : Restore canary cache
127
126
uses : actions/cache/restore@v4
128
127
with :
You can’t perform that action at this time.
0 commit comments