diff --git a/.github/workflows/cli.yml b/.github/workflows/cli.yml index ef22671..18336e8 100644 --- a/.github/workflows/cli.yml +++ b/.github/workflows/cli.yml @@ -29,9 +29,9 @@ jobs: go-version: ${{ matrix.go }} - name: Use Node.js 10.x - uses: actions/setup-node@v1 - with: - node-version: 10.x + uses: actions/setup-node@v1 + with: + node-version: 10.x - name: Set GOPATH and PATH run: |