Skip to content

Commit

Permalink
push-master.yml: use Node.js v18.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Nov 12, 2022
1 parent 9fdb1fe commit 5c17b3e
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@v3
with:
node-version: 18.12.0
node-version: 18.12.1
- run: npx antora src/site/ci-playbook.yml
- run: ./gradlew copyJavadocToSite --console=plain --no-daemon --stacktrace
- uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit 5c17b3e

Please sign in to comment.