From 28831c91067d394ee4ee22e1d3d61db372a77e06 Mon Sep 17 00:00:00 2001 From: thibaut severac Date: Sun, 12 Nov 2023 14:35:20 +0100 Subject: [PATCH] use node lts to build documentation --- .github/workflows/documentation.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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