Skip to content

Commit

Permalink
chore: fix yarn issue
Browse files Browse the repository at this point in the history
  • Loading branch information
abilevych committed Feb 22, 2024
1 parent 610e366 commit 1ffdf58
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/validate-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ jobs:
- name: Install dependencies
run: |
npm ci
npm install -g yarn
cd ./packages/testing-docs && yarn
- name: Lint
run: |
Expand Down

0 comments on commit 1ffdf58

Please sign in to comment.