1 parent 3e8b324 commit 303a4e9Copy full SHA for 303a4e9
1 file changed
.github/workflows/main.yml
@@ -24,7 +24,7 @@ jobs:
24
node-version: "22.x"
25
26
- name: Install Dependencies
27
- run: yarn
+ run: corepack enable && yarn
28
29
- name: Run Tests
30
run: yarn jest --coverage tests
0 commit comments