We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59b2530 commit a7739daCopy full SHA for a7739da
.github/workflows/documentation.yml
@@ -10,9 +10,9 @@ jobs:
10
runs-on: ubuntu-latest
11
steps:
12
- uses: actions/checkout@v4
13
- - uses: actions/setup-node@v3
+ - uses: actions/setup-node@v4
14
with:
15
- node-version: '18'
+ node-version: '20'
16
- run: npm i antora @antora/lunr-extension
17
- run: npx --fetch antora antora-playbook.yml
18
- uses: peaceiris/actions-gh-pages@v3
0 commit comments