Skip to content

Commit

Permalink
add build frontend step
Browse files Browse the repository at this point in the history
  • Loading branch information
pomdtr committed Dec 4, 2023
1 parent 1628e51 commit 17b08eb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ jobs:
with:
fetch-depth: 0
- run: git fetch --force --tags
- uses: actions/setup-node@v4
with:
node-version: "21"
cache: true
- run: npm ci && npm run build
working-directory: ./frontend
- uses: actions/setup-go@v3
with:
go-version: ">=1.19.4"
Expand Down

0 comments on commit 17b08eb

Please sign in to comment.