Skip to content

Commit

Permalink
add node for gorelease action
Browse files Browse the repository at this point in the history
  • Loading branch information
steviebps committed Sep 15, 2023
1 parent ec8f77c commit 69d68b4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ jobs:
with:
fetch-depth: 0

- uses: actions/setup-node@v3
with:
node-version: 18

- name: Set up Go
uses: actions/setup-go@v4
with:
Expand Down
3 changes: 1 addition & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
# Make sure to check the documentation at http://goreleaser.com
before:
hooks:
# You may remove this if you don't use go modules.
- go mod download
- cd http/realm-ui && npm i && npm run build
- cd http/realm-ui && npm ci && npm run build
builds:
- env:
- CGO_ENABLED=0
Expand Down

0 comments on commit 69d68b4

Please sign in to comment.