Skip to content

Commit

Permalink
add node & install dependencies to github action
Browse files Browse the repository at this point in the history
  • Loading branch information
Zainrax committed Sep 4, 2024
1 parent a519f3b commit 5a28dc2
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,17 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5

- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: 18

- name: Install typescript
run: make install-typescript

- name: Install packr
run: make install-packr

- name: Install packr
run: go install github.com/gobuffalo/packr/v2/packr2@latest

Expand Down

0 comments on commit 5a28dc2

Please sign in to comment.