Skip to content

Commit 4f5f47c

Browse files
committed
Use corepack?
1 parent 99967e8 commit 4f5f47c

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,16 @@ jobs:
2828
- name: Checkout
2929
uses: actions/checkout@v4
3030

31+
- name: Use Corepack
32+
run: corepack enable
33+
3134
- name: Install node
3235
uses: actions/setup-node@v4
3336
with:
3437
node-version: ${{ matrix.node }}
3538
cache: yarn
3639

37-
- name: Use Corepack
38-
run: corepack enable
40+
3941

4042
- name: Install dependencies
4143
run: yarn install

0 commit comments

Comments
 (0)