We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b6132e commit 4a81609Copy full SHA for 4a81609
.github/workflows/scala.yml
@@ -22,7 +22,7 @@ jobs:
22
uses: actions/setup-java@v5
23
with:
24
distribution: "temurin"
25
- java-version: "17"
+ java-version: "21"
26
27
- uses: coursier/cache-action@v6
28
id: coursier-cache
@@ -33,7 +33,7 @@ jobs:
33
- name: Setup Nodejs
34
uses: actions/setup-node@v5
35
36
- node-version: 20
+ node-version: 24
37
38
- name: Install dependencies
39
run: npm install
0 commit comments