diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 46848dda7..72b44e5b4 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -22,7 +22,7 @@ jobs: # try to perform a nodejs setup - uses: actions/setup-node@v4 with: - node-version: 14.x + node-version: lts/* # run npm tests - name: npm install, build, and test @@ -35,4 +35,4 @@ jobs: uses: peaceiris/actions-gh-pages@v3 with: github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: ./docs \ No newline at end of file + publish_dir: ./docs