Skip to content

Commit 0dd32b7

Browse files
author
Jikun
committed
update constants for swa init
1 parent 0cfa0a5 commit 0dd32b7

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/core/constants.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -305,10 +305,10 @@ export const DEFAULT_VERSION = {
305305
};
306306

307307
export const SUPPORTED_VERSIONS = {
308-
Node: ["12", "14", "16", "18"],
309-
Dotnet: ["3.1", "6.0"],
310-
DotnetIsolated: ["6.0", "7.0", "8.0"],
311-
Python: ["3.8", "3.9", "3.10"],
308+
Node: ["18", "20"],
309+
Dotnet: ["8.0"],
310+
DotnetIsolated: ["8.0", "9.0"],
311+
Python: ["3.9", "3.10", "3.11"],
312312
};
313313

314314
export const DEFAULT_RUNTIME_LANGUAGE = "node";

0 commit comments

Comments
 (0)