Skip to content

Commit

Permalink
update Node.js to v20.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Jan 17, 2024
1 parent 62a7fc0 commit fc0287b
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 @@ -18,7 +18,7 @@ jobs:
java-version: 17
- uses: actions/setup-node@v4
with:
node-version: 20.10.0
node-version: 20.11.0
- run: npm ci
- run: npx antora src/site/antora/ci-playbook.yml
- run: ./gradlew copyJavadocToSite --console=plain --no-daemon --stacktrace
Expand Down

0 comments on commit fc0287b

Please sign in to comment.