Skip to content

Commit 543af56

Browse files
committed
chore: bump jsii and jsii-rosetta to version 5.9.0
1 parent e3d11bf commit 543af56

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/main.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ jobs:
189189
dotnet: ['6.0.x']
190190
go: ['1.23']
191191
java: ['8']
192-
node: ['18'] # EOL 2025-04-30
192+
node: ['20'] # EOS 2026-10-30
193193
os: [ubuntu-latest]
194194
python: ['3.9']
195195
# Add specific combinations to be tested against (to restrict cardinality)
@@ -200,22 +200,22 @@ jobs:
200200
dotnet: '6.0.x'
201201
go: '1.23'
202202
java: '8'
203-
node: '18'
203+
node: '20'
204204
python: '3.9'
205205
# Test using macOS
206206
- title: 'macOS'
207207
os: macos-latest
208208
dotnet: '6.0.x'
209209
go: '1.23'
210210
java: '8'
211-
node: '18'
211+
node: '20'
212212
python: '3.9'
213213
# Test alternate Nodes
214214
- title: 'Node 18'
215215
java: '8'
216216
dotnet: '6.0.x'
217217
go: '1.23'
218-
node: '18' # EOL 2025-04-30
218+
node: '18' # EOS 2025-11-30
219219
os: ubuntu-latest
220220
python: '3.9'
221221
- title: 'Node 20'
@@ -244,23 +244,23 @@ jobs:
244244
java: '8'
245245
dotnet: '7.0.x'
246246
go: '1.23'
247-
node: '18'
247+
node: '20'
248248
os: ubuntu-latest
249249
python: '3.9'
250250
# Test alternate Gos
251251
- title: 'Go 1.24'
252252
java: '8'
253253
dotnet: '6.0.x'
254254
go: '1.24'
255-
node: '18'
255+
node: '20'
256256
os: ubuntu-latest
257257
python: '3.9'
258258
# Test alternate Javas
259259
- title: 'Java 11'
260260
java: '11'
261261
dotnet: '6.0.x'
262262
go: '1.23'
263-
node: '18'
263+
node: '20'
264264
os: ubuntu-latest
265265
python: '3.9'
266266
# Test alternate Pythons
@@ -269,21 +269,21 @@ jobs:
269269
dotnet: '6.0.x'
270270
go: '1.23'
271271
java: '8'
272-
node: '18'
272+
node: '20'
273273
os: ubuntu-latest
274274
- title: 'Python 3.10'
275275
python: '3.10'
276276
dotnet: '6.0.x'
277277
go: '1.23'
278278
java: '8'
279-
node: '18'
279+
node: '20'
280280
os: ubuntu-latest
281281
- title: 'Python 3.11'
282282
python: '3.11'
283283
dotnet: '6.0.x'
284284
go: '1.23'
285285
java: '8'
286-
node: '18'
286+
node: '20'
287287
os: ubuntu-latest
288288
runs-on: ${{ matrix.os }}
289289
steps:

0 commit comments

Comments
 (0)