Skip to content

Commit

Permalink
Try to fix usage of yarn during build
Browse files Browse the repository at this point in the history
  • Loading branch information
Gared committed Nov 11, 2024
1 parent ad16412 commit 7f19f2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- run: corepack enable
- run: corepack enable pnpm
- name: Setup Pages
uses: actions/configure-pages@v5
- name: Setup Node.js Environment
Expand Down

0 comments on commit 7f19f2f

Please sign in to comment.