Skip to content

Commit

Permalink
fix(others): node version
Browse files Browse the repository at this point in the history
  • Loading branch information
a-wing committed Oct 24, 2021
1 parent be15c1c commit b404c6e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ jobs:
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
restore-keys: |
${{ runner.os }}-go-
-
name: Setup node
uses: actions/setup-node@v2
with:
node-version: 16
-
name: Get dependencies and run test
run: |
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ jobs:
uses: actions/setup-go@v2
with:
go-version: 1.16
-
name: Setup node
uses: actions/setup-node@v2
with:
node-version: 16
-
name: Get node dependencies
run: |
Expand Down

0 comments on commit b404c6e

Please sign in to comment.