We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00a3551 commit 44ca6dfCopy full SHA for 44ca6df
2 files changed
.github/workflows/publish.yml
@@ -20,6 +20,9 @@ jobs:
20
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
21
name: Checkout repository
22
23
+ - name: Enable Corepack
24
+ run: corepack enable
25
+
26
- uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4
27
name: Use Node.js 20.x
28
with:
.github/workflows/updateSDKQueries.yml
@@ -23,6 +23,9 @@ jobs:
path: node-client
29
- name: Get yarn cache directory path
30
id: yarn-cache-dir-path
31
run: echo "dir=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT
0 commit comments