Skip to content

Commit

Permalink
fix: Website deployment
Browse files Browse the repository at this point in the history
Signed-off-by: Steffen Vogel <[email protected]>
  • Loading branch information
stv0g committed Oct 30, 2024
1 parent 0d0c4a4 commit 673c48d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/website.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
- name: Setup yarn
run: |
corepack enable
corepack prepare yarn@4.1.0 --activate
yarn set version 4.1.0
corepack prepare yarn@4.5.0 --activate
yarn set version 4.5.0
- name: Get yarn cache directory path
id: yarn-cache-dir-path
Expand Down

0 comments on commit 673c48d

Please sign in to comment.