Skip to content

Commit b668971

Browse files
authored
fix: enable corepack in ci (#44)
1 parent 36cd53f commit b668971

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
@@ -16,6 +16,9 @@ jobs:
1616
- name: Checkout Repo
1717
uses: actions/checkout@v3
1818

19+
- name: Enable corepack
20+
run: corepack enable
21+
1922
- name: Setup Node.js 22.x
2023
uses: actions/setup-node@v3
2124
with:

0 commit comments

Comments
 (0)