Skip to content

Commit

Permalink
Install nvm in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jdknives committed Aug 1, 2023
1 parent e54e325 commit e2fc52b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
- uses: actions/checkout@v3
- name: Install requirements
run: |
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.4/install.sh | bash
nvm install 14.20
go get -t ./...
make install-linters
Expand Down

0 comments on commit e2fc52b

Please sign in to comment.