Skip to content
This repository was archived by the owner on Mar 23, 2026. It is now read-only.

Commit 417b69f

Browse files
committed
Update java to version 21
1 parent fe97548 commit 417b69f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/tests-pro-integration.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -211,15 +211,15 @@ jobs:
211211
with:
212212
python-version-file: 'localstack/.python-version'
213213

214-
- name: Set up Node 18.x
214+
- name: Set up Node 20.x
215215
uses: actions/setup-node@v4
216216
with:
217-
node-version: 18.x
217+
node-version: 20.x
218218

219-
- name: Set up JDK 11
219+
- name: Set up JDK 21
220220
uses: actions/setup-java@v4
221221
with:
222-
java-version: '11'
222+
java-version: '21'
223223
distribution: 'temurin'
224224

225225
- name: Set up Terraform

0 commit comments

Comments
 (0)