Skip to content

Commit 44ca6df

Browse files
authored
Enable Corepack in publish workflow (#53)
1 parent 00a3551 commit 44ca6df

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ jobs:
2020
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
2121
name: Checkout repository
2222

23+
- name: Enable Corepack
24+
run: corepack enable
25+
2326
- uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4
2427
name: Use Node.js 20.x
2528
with:

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