Skip to content

Commit

Permalink
Update github actions for Node.js 20
Browse files Browse the repository at this point in the history
Signed-off-by: jrte <[email protected]>
  • Loading branch information
jrte committed Jun 16, 2024
1 parent 2143fc9 commit 96310d4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ant.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Java CI

on:
on:
push:
branches:
- master
Expand All @@ -11,9 +11,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'adopt'
Expand Down

0 comments on commit 96310d4

Please sign in to comment.