Skip to content

Commit

Permalink
add node build support for JS deps
Browse files Browse the repository at this point in the history
Signed-off-by: Seán C McCord <ulexus@gmail.com>
  • Loading branch information
Ulexus committed Apr 9, 2022
1 parent 9381ff5 commit 3d97781
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@ jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '14'

- name: Set up Buildx
id: buildx
Expand All @@ -33,6 +36,9 @@ jobs:
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}

- run: npm install
- run: npm build

- name: GoReleaser
uses: goreleaser/goreleaser-action@v2.8.0
with:
Expand Down

0 comments on commit 3d97781

Please sign in to comment.