Skip to content

Commit 4a81609

Browse files
committed
Bump libs, Java and Nodejs
1 parent 0b6132e commit 4a81609

File tree

3 files changed

+571
-371
lines changed

3 files changed

+571
-371
lines changed

.github/workflows/scala.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: actions/setup-java@v5
2323
with:
2424
distribution: "temurin"
25-
java-version: "17"
25+
java-version: "21"
2626

2727
- uses: coursier/cache-action@v6
2828
id: coursier-cache
@@ -33,7 +33,7 @@ jobs:
3333
- name: Setup Nodejs
3434
uses: actions/setup-node@v5
3535
with:
36-
node-version: 20
36+
node-version: 24
3737

3838
- name: Install dependencies
3939
run: npm install

0 commit comments

Comments
 (0)