Skip to content

Commit cd0f6b3

Browse files
committed
enable corepack in advance
1 parent aaa9117 commit cd0f6b3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v4
1414

15+
- run: corepack enable
16+
1517
- uses: actions/setup-node@v4
1618
with:
1719
node-version: 20
1820
cache: yarn
1921

20-
- run: corepack enable
21-
2222
- run: yarn
2323

2424
- run: yarn typecheck

0 commit comments

Comments
 (0)