Skip to content

Commit ffa8fc5

Browse files
chore: enable corepack
1 parent 7a72e62 commit ffa8fc5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ jobs:
1515
- name: Checkout repository
1616
uses: actions/checkout@v4
1717

18+
- name: Enable Corepack
19+
run: corepack enable
20+
1821
- name: Setup Node.js
1922
uses: actions/setup-node@v4
2023
with:

0 commit comments

Comments
 (0)