Skip to content

Commit fa971a7

Browse files
committed
Update github workflow JDK for skinsrestorer
1 parent 588b824 commit fa971a7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
steps:
2626
- uses: actions/checkout@v4
27-
- name: Set up Node.js 18.x
27+
- name: Set up Node.js
2828
uses: actions/setup-node@v4
2929
with:
3030
node-version: latest
@@ -51,10 +51,10 @@ jobs:
5151

5252
steps:
5353
- uses: actions/checkout@v4
54-
- name: Set up JDK 8
54+
- name: Set up JDK 21
5555
uses: actions/setup-java@v4
5656
with:
57-
java-version: '8'
57+
java-version: '21'
5858
distribution: 'temurin'
5959
cache: maven
6060
- name: Get cached js file

0 commit comments

Comments
 (0)