Skip to content

Commit

Permalink
[Docs] Build documentation with Node 18
Browse files Browse the repository at this point in the history
  • Loading branch information
LoicPoullain committed Apr 26, 2024
1 parent 0926457 commit fe387f5
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 @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: '16.x'
node-version: '18.x'
- name: Test Build
run: |
cd docs
Expand All @@ -33,7 +33,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: '16.x'
node-version: '18.x'
- name: Add key to allow access to repository
env:
SSH_AUTH_SOCK: /tmp/ssh_agent.sock
Expand Down

0 comments on commit fe387f5

Please sign in to comment.