diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 427ad6a4..b637a4c6 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -12,8 +12,15 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 + + - name: Setup Node + run: | + apt-get install npm + npm install --global yarn + npm install -g n + n stable - - name: Set up Go + - name: Setup Go uses: actions/setup-go@v3 with: go-version: 1.17.5