Skip to content

Commit 1a39233

Browse files
committed
Update Maven and Node.js versions in GHAs
1 parent 9d92aba commit 1a39233

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,10 +136,10 @@ jobs:
136136
java-version: ${{ env.JAVA_VERSION }}
137137

138138

139-
- name: "Install: Node 22 🍵"
139+
- name: "Install: Node 24 🍵"
140140
uses: actions/setup-node@v6
141141
with:
142-
node-version: 22
142+
node-version: 24
143143

144144

145145
- name: "Cache: Local Maven Repository"

.github/workflows/licensecheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
- name: Set up Maven
7676
uses: stCarolas/setup-maven@v5
7777
with:
78-
maven-version: 3.9.9
78+
maven-version: 3.9.14
7979
- name: Cache local Maven repository
8080
uses: actions/cache@v5
8181
with:

0 commit comments

Comments
 (0)