Skip to content

Commit cb3c340

Browse files
authored
fix: fix CD workflow (#55)
2 parents b67f21c + 5b82335 commit cb3c340

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/version.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ jobs:
2626
node-version: 22
2727
registry-url: 'https://registry.npmjs.org'
2828

29+
- name: Enable Corepack
30+
run: corepack enable
31+
2932
- name: Install dependencies
3033
run: yarn install --frozen-lockfile
3134

0 commit comments

Comments
 (0)