Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
pomdtr committed Dec 4, 2023
1 parent 17b08eb commit 0c68c08
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ jobs:
- run: git fetch --force --tags
- uses: actions/setup-node@v4
with:
node-version: "21"
cache: true
node-version: 21
- run: npm ci && npm run build
working-directory: ./frontend
- uses: actions/setup-go@v3
Expand Down

0 comments on commit 0c68c08

Please sign in to comment.