We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 588b824 commit fa971a7Copy full SHA for fa971a7
1 file changed
.github/workflows/build.yml
@@ -24,7 +24,7 @@ jobs:
24
25
steps:
26
- uses: actions/checkout@v4
27
- - name: Set up Node.js 18.x
+ - name: Set up Node.js
28
uses: actions/setup-node@v4
29
with:
30
node-version: latest
@@ -51,10 +51,10 @@ jobs:
51
52
53
54
- - name: Set up JDK 8
+ - name: Set up JDK 21
55
uses: actions/setup-java@v4
56
57
- java-version: '8'
+ java-version: '21'
58
distribution: 'temurin'
59
cache: maven
60
- name: Get cached js file
0 commit comments