Skip to content

Commit

Permalink
update Node.js to v18.18.2
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Oct 14, 2023
1 parent f507650 commit b8207d9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/push-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,8 @@ jobs:
java-version: 17
- uses: actions/setup-node@v3
with:
node-version: 18.18.1
node-version: 18.18.2
- run: npm ci
# - run: npm audit
- run: npx antora src/site/antora/ci-playbook.yml
- run: ./gradlew copyJavadocToSite --console=plain --no-daemon --stacktrace
- uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit b8207d9

Please sign in to comment.