Skip to content

Commit

Permalink
update Node.js to v22.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Feb 18, 2025
1 parent a33f76e commit 49b0bf8
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: 22.13.1
node-version: 22.14.0
- uses: actions/checkout@v4
- run: npx antora src/site/ci-playbook.yml
- run: ./gradlew copyJavadocToSite --console=plain --stacktrace
Expand Down

0 comments on commit 49b0bf8

Please sign in to comment.