Skip to content

Commit 72ea22b

Browse files
author
Jikun
committed
support node 22
1 parent 91b159f commit 72ea22b

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

schema/staticwebapp.config.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -597,6 +597,7 @@
597597
"node:16",
598598
"node:18",
599599
"node:20",
600+
"node:22",
600601
"python:3.8",
601602
"python:3.9",
602603
"python:3.10",

src/core/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ export const DEFAULT_VERSION = {
305305
};
306306

307307
export const SUPPORTED_VERSIONS = {
308-
Node: ["12", "14", "16", "18", "20"],
308+
Node: ["12", "14", "16", "18", "20", "22"],
309309
Dotnet: ["3.1", "6.0", "8.0"],
310310
DotnetIsolated: ["6.0", "7.0", "8.0", "9.0"],
311311
Python: ["3.8", "3.9", "3.10", "3.11"],

0 commit comments

Comments
 (0)