Skip to content

Commit

Permalink
use node lts to build documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
thib3113 committed Nov 12, 2023
1 parent 344d151 commit 28831c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -35,4 +35,4 @@ jobs:
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs
publish_dir: ./docs

0 comments on commit 28831c9

Please sign in to comment.