Skip to content

Commit e1cb1c9

Browse files
committed
Update node and java version in CI
Signed-off-by: Prabhu Subramanian <[email protected]>
1 parent 9c2bb47 commit e1cb1c9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/pythonapp.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ jobs:
2727
- name: Use Node.js
2828
uses: actions/setup-node@v4
2929
with:
30-
node-version: '24.x'
30+
node-version: '25.x'
3131
- name: Set up JDK
3232
uses: actions/setup-java@v4
3333
with:
3434
distribution: 'temurin'
35-
java-version: '24'
35+
java-version: '25'
3636
- name: Install dependencies
3737
run: |
3838
uv sync --all-extras --dev

.github/workflows/pythonpublish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ jobs:
2929
- name: Use Node.js
3030
uses: actions/setup-node@v4
3131
with:
32-
node-version: '24.x'
32+
node-version: '25.x'
3333
- name: Set up JDK
3434
uses: actions/setup-java@v4
3535
with:
3636
distribution: 'temurin'
37-
java-version: '24'
37+
java-version: '25'
3838
- name: Install dependencies
3939
run: |
4040
uv sync --all-extras --dev

0 commit comments

Comments
 (0)