diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index e742150..865668b 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -36,7 +36,10 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - + - uses: actions/setup-node@v3 + with: + node-version: 16 + - name: Create docs run: | npm install apidoc -g