Skip to content

Commit 2ed2e8c

Browse files
committed
FIX: CI Workflow
1 parent 2179794 commit 2ed2e8c

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.github/workflows/ci-workflow.yaml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,17 @@ jobs:
2020
with:
2121
fetch-depth: 0
2222

23+
- name: Enable Corepack
24+
run: corepack enable
25+
26+
- name: Set Yarn Version
27+
run: corepack prepare yarn@4.4.1 --activate
28+
2329
- name: Set up Node.js
2430
uses: actions/setup-node@v4
2531
with:
2632
node-version: ${{ matrix.node-version }}
27-
cache: 'yarn'
28-
29-
- name: Enable Corepack
30-
run: corepack enable
33+
cache: 'yarn'
3134

3235
- name: Check Node.js version
3336
run: node -v

0 commit comments

Comments
 (0)