Skip to content

Commit

Permalink
Fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
daviesgeek committed Aug 26, 2024
1 parent 2879808 commit effd930
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,12 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: "20.11.1"
cache: "yarn"
- name: Enable yarn
run: corepack enable
- name: Install dependencies
run: yarn
working-directory: ./frontend
- name: Run build
run: yarn build
working-directory: ./frontend

0 comments on commit effd930

Please sign in to comment.