Skip to content

Commit

Permalink
Update maven.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
brunoasr authored Feb 21, 2024
1 parent 8a349fb commit b1a9e8a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Set up JDK 1.8
uses: actions/setup-java@v1
- name: Set up JDK 11
uses: actions/setup-java@v4
with:
java-version: 1.8
java-version: '11'
- name: Setup node12
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: '12'
node-version: 18
- name: Build with Maven
run: mvn -B package --file pom.xml

0 comments on commit b1a9e8a

Please sign in to comment.