File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3636 fetch-depth : 0
3737
3838 - name : Install NodeJS
39- uses : actions/setup-node@v3
39+ uses : actions/setup-node@v4
4040 with :
41- node-version : 16
41+ node-version : 20
4242
4343 - name : Get npm cache directory
4444 id : npm-cache-dir
@@ -48,12 +48,17 @@ jobs:
4848 id : npm-cache # use this to check for `cache-hit` ==> if: steps.npm-cache.outputs.cache-hit != 'true'
4949 with :
5050 path : ${{ steps.npm-cache-dir.outputs.dir }}
51- key : ${{ runner.os }}-node-antora@3.1.1 -lunr-extension@1.0.0-alpha.8
51+ key : ${{ runner.os }}-node-antora@3.1.5 -lunr-extension@1.0.0-alpha.8-tabs@1.0.0-beta.6
5252 restore-keys : |
5353 ${{ runner.os }}-node-
5454
5555 - name : Install Antora and extensions
56- run : npm i -D -E --quiet --no-progress @antora/cli@3.1.1 @antora/site-generator@3.1.1 @antora/lunr-extension@1.0.0-alpha.8
56+ run : >-
57+ npm i -D -E --quiet --no-progress
58+ @antora/cli@3.1.5
59+ @antora/site-generator@3.1.5
60+ @antora/lunr-extension@1.0.0-alpha.8
61+ @asciidoctor/tabs@1.0.0-beta.6
5762 working-directory : ${{ inputs.path }}
5863
5964 - name : Build documentation
You can’t perform that action at this time.
0 commit comments