Skip to content

Commit f477886

Browse files
committed
ci: enable corepack
1 parent 97a7aa7 commit f477886

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,11 @@ jobs:
2020
with:
2121
node-version: 20.x
2222

23-
- name: Install Dependencies
24-
run: yarn
23+
- name: Install deps
24+
run: |
25+
# Enable corepack for packageManager config
26+
corepack enable || sudo corepack enable
27+
yarn install
2528
2629
- name: Create Release Pull Request or Publish to npm
2730
id: changesets

0 commit comments

Comments
 (0)