diff --git a/.github/workflows/cli.yml b/.github/workflows/cli.yml index 220cee2..8bacc6c 100644 --- a/.github/workflows/cli.yml +++ b/.github/workflows/cli.yml @@ -28,10 +28,10 @@ jobs: with: go-version: ${{ matrix.go }} - - name: Use Node.js 10.x + - name: Use Node.js 12.x uses: actions/setup-node@v1 with: - node-version: 10.x + node-version: 12.x - name: Set GOPATH and PATH run: |