Skip to content

Commit 3b67521

Browse files
committed
push-master.yml: update setup-node to v4 and Node.js to v20.9.0
1 parent 04f44f2 commit 3b67521

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/push-master.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ jobs:
1616
with:
1717
distribution: 'zulu'
1818
java-version: 17
19-
- uses: actions/setup-node@v3
19+
- uses: actions/setup-node@v4
2020
with:
21-
node-version: 18.18.2
21+
node-version: 20.9.0
2222
- run: npx antora src/site/ci-playbook.yml
2323
- run: ./gradlew copyJavadocToSite --console=plain --no-daemon --stacktrace
2424
- uses: peaceiris/actions-gh-pages@v3

0 commit comments

Comments
 (0)