Skip to content

Commit

Permalink
refine steps, don't /usr/local/bin/go
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonc committed Nov 4, 2022
1 parent 5c46775 commit 7c2e773
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,7 @@ jobs:
- uses: actions/setup-go@v3
with:
go-version: 1.19

- run: which go

- name: Setup node 16
uses: actions/setup-node@v3
- uses: actions/setup-node@v3
with:
node-version: 16
cache: npm
Expand Down

0 comments on commit 7c2e773

Please sign in to comment.