Skip to content

Commit

Permalink
Update ant.yml
Browse files Browse the repository at this point in the history
resolving build issue related to nodejs v6 - v10
  • Loading branch information
avatar21 authored Mar 31, 2024
1 parent 0bd8a09 commit 3caaca6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: Set up JDK 11
- uses: actions/checkout@v4
#- name: Set up JDK 11
- name: Set up JDK 8
uses: actions/setup-java@v4
with:
java-version: '8'
Expand Down

0 comments on commit 3caaca6

Please sign in to comment.