Skip to content

Commit adfd51c

Browse files
committed
Enable Corepack in updateSDKQueries workflow
- Add corepack enable step before setup-node - Also enable corepack in yarn cache directory path step (matching tests.yml pattern) - Ensures correct yarn version (4.9.2) is used
1 parent a2e4ec0 commit adfd51c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/updateSDKQueries.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ jobs:
2323
with:
2424
path: node-client
2525

26+
- name: Enable Corepack
27+
run: corepack enable
28+
2629
- name: Get yarn cache directory path
2730
id: yarn-cache-dir-path
2831
run: echo "dir=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)