Skip to content

Commit a7739da

Browse files
committed
#1 Move documentation from Confluence to Git
update Node.js and setup-node action
1 parent 59b2530 commit a7739da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/documentation.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v4
13-
- uses: actions/setup-node@v3
13+
- uses: actions/setup-node@v4
1414
with:
15-
node-version: '18'
15+
node-version: '20'
1616
- run: npm i antora @antora/lunr-extension
1717
- run: npx --fetch antora antora-playbook.yml
1818
- uses: peaceiris/actions-gh-pages@v3

0 commit comments

Comments
 (0)