Skip to content

Commit

Permalink
Force yarn@stable in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sophialittlejohn committed Jan 13, 2025
1 parent 6ca9ccf commit eadf434
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/update-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@ jobs:
with:
node-version: '20'

- name: Setup Yarn
if: steps.commit_check.outputs.has_changes == 'true'
run: |
corepack enable
corepack prepare yarn@stable --activate
- name: Install dependencies
if: steps.commit_check.outputs.has_changes == 'true'
run: yarn add simple-git
Expand Down

0 comments on commit eadf434

Please sign in to comment.