X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.github%2Fworkflows%2Fgenerate-typedoc.yml;h=5fa4498c4e1fc4421afb7e14c949b07bfd6764c7;hb=45d339aacfe36c69c475d06c3dc83376c32ed41b;hp=4dfe66abf9cb19d7b03f97958164ff14c53b20bf;hpb=2ba4f142a77b4d193d1b8f8c8c191c84a5cf4731;p=poolifier.git diff --git a/.github/workflows/generate-typedoc.yml b/.github/workflows/generate-typedoc.yml index 4dfe66ab..5fa4498c 100644 --- a/.github/workflows/generate-typedoc.yml +++ b/.github/workflows/generate-typedoc.yml @@ -14,10 +14,10 @@ jobs: persist-credentials: false # otherwise, the token used is the GITHUB_TOKEN, instead of your personal token fetch-depth: 0 # otherwise, you will failed to push refs to dest repo - - name: Set node version to 14 + - name: Set node version to 16 uses: actions/setup-node@v2 with: - node-version: 14 + node-version: '16.x' - name: Generate TypeDoc run: |