Skip to content

Commit 303a4e9

Browse files
authored
Update main.yml
1 parent 3e8b324 commit 303a4e9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
node-version: "22.x"
2525

2626
- name: Install Dependencies
27-
run: yarn
27+
run: corepack enable && yarn
2828

2929
- name: Run Tests
3030
run: yarn jest --coverage tests

0 commit comments

Comments
 (0)