Skip to content

Commit d0e1ff4

Browse files
check yarn availability
1 parent 7d4e680 commit d0e1ff4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/CI.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,12 @@ jobs:
3131
with:
3232
node-version: 20
3333

34+
- name: Check for yarn
35+
run: |
36+
which yarn || echo "✅ Yarn not found"
37+
yarn --version || echo "✅ Yarn not used"
38+
39+
3440
# Run install dependencies
3541
- name: Install dependencies
3642
run: npm ci

0 commit comments

Comments
 (0)