Skip to content

Commit

Permalink
corepack
Browse files Browse the repository at this point in the history
  • Loading branch information
ybizeul committed Oct 13, 2024
1 parent 95a8dc0 commit 4e76f58
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/push-container-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 22.x
- run: corepack enable
working-directory: ./web/ui
- run: yarn
working-directory: ./web/ui
- run: yarn build
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/push-container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 22.x
- run: corepack enable
working-directory: ./web/ui
- run: yarn
working-directory: ./web/ui
- run: yarn build
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,14 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 22.x
- run: corepack enable
working-directory: ./web/ui
- run: yarn
working-directory: ./web/ui
- run: yarn build
working-directory: ./web/ui


# Build go binary
- uses: actions/setup-go@v4
with:
Expand Down

0 comments on commit 4e76f58

Please sign in to comment.