We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2794564 commit 9833224Copy full SHA for 9833224
.github/workflows/canary.yml
@@ -121,8 +121,7 @@ jobs:
121
- name: Set up Node
122
uses: actions/setup-node@v4
123
with:
124
- node-version-file: 'dev-packages/e2e-tests/package.json'
125
-
+ node-version-file: 'dev-packages/e2e-tests/test-applications/${{ matrix.test-application }}/package.json'
126
- name: Restore canary cache
127
uses: actions/cache/restore@v4
128
0 commit comments