Migrate the code to node.js LTS version 16.x.x (#492)
[poolifier.git] / .github / workflows / generate-typedoc.yml
index 4dfe66abf9cb19d7b03f97958164ff14c53b20bf..0966eb272352195d7b3761f52bb46a8d57abed3a 100644 (file)
@@ -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
 
       - name: Generate TypeDoc
         run: |