Skip to content

Commit

Permalink
update Node.js to v20.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Jun 1, 2024
1 parent 2a51145 commit 2c902ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
java-version: 17
- uses: actions/setup-node@v4
with:
node-version: 20.13.1
node-version: 20.14.0
- uses: actions/checkout@v4
- run: npx antora src/site/ci-playbook.yml
- run: ./gradlew copyJavadocToSite --console=plain --no-daemon --stacktrace
Expand Down

0 comments on commit 2c902ca

Please sign in to comment.