Skip to content

Commit

Permalink
fix(doc): fix yarn version
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastienbinda committed Jun 27, 2024
1 parent 555de69 commit b875190
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ jobs:
node-version: 20
cache: yarn

- name: Setup Latest Yarn
uses: threeal/[email protected]
with:
version: latest

- name: Install dependencies
run: yarn install --immutable
- name: Build website
Expand Down

0 comments on commit b875190

Please sign in to comment.