Skip to content

Commit effc47d

Browse files
Update maven.yml
1 parent 58e2f9f commit effc47d

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

.github/workflows/maven.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,15 @@ jobs:
77
build:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v2
11-
- name: Set up JDK 1.8
12-
uses: actions/setup-java@v1
10+
- uses: actions/checkout@v4
11+
- uses: actions/setup-node@v4
1312
with:
14-
java-version: 1.8
13+
node-version: 20
14+
- name: Set up JDK 17
15+
uses: actions/setup-java@v4
16+
with:
17+
distribution: 'temurin'
18+
java-version: 17
1519
- name: Build with Maven
1620
run: mvn -B package --file pom.xml
1721
- name: Release

0 commit comments

Comments
 (0)