Skip to content

Commit f5c06b9

Browse files
authored
Fix javadoc publish (#6164)
Netlify now requires a modern node version
1 parent 997f600 commit f5c06b9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
- name: Setup Node
8383
uses: actions/setup-node@v4
8484
with:
85-
node-version: 16
85+
node-version: 22
8686

8787
- name: Download Javadocs
8888
uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)