Skip to content

Commit 9f31d44

Browse files
committed
build(pr): Enable Corepack to use the newest Yarn version
1 parent 233ef73 commit 9f31d44

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
steps:
2121
- name: Checkout
2222
uses: actions/checkout@v4
23+
- name: Enable Corepack
24+
run: corepack enable
2325
- name: Use Node.js ${{ matrix.node-version }}
2426
uses: actions/setup-node@v4
2527
with:

0 commit comments

Comments
 (0)