Skip to content

Commit 72b5b94

Browse files
committed
chore: separate Corepack enable step in CI configuration
1 parent 7a0e663 commit 72b5b94

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,9 @@ jobs:
2121
uses: actions/setup-node@v4
2222
with:
2323
node-version: ${{ matrix.node-version }}
24-
cache: "yarn"
25-
corepack: enable
24+
25+
- name: Enable Corepack
26+
run: corepack enable
2627

2728
- name: Setup Yarn 4
2829
run: corepack prepare yarn@4 --activate

0 commit comments

Comments
 (0)