Skip to content

Commit

Permalink
Use Node 16.x in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sevein committed Feb 22, 2023
1 parent bd11119 commit daaf06a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ jobs:
uses: actions/setup-go@v1
with:
go-version: 1.17.x
- name: Install Node
uses: actions/setup-node@v3
with:
node-version: 16
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
with:
Expand Down

0 comments on commit daaf06a

Please sign in to comment.