Skip to content

Commit 9833224

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

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.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)