Skip to content

Commit 14c6c97

Browse files
author
Jikun
committed
bug fix
1 parent 8214cf9 commit 14c6c97

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ export const DEFAULT_CONFIG: SWACLIConfig = {
6868
appName: SWA_CLI_APP_NAME || undefined,
6969
dryRun: useEnvVarOrUseDefault(SWA_CLI_DEPLOY_DRY_RUN, false),
7070
apiLanguage: SWA_CLI_API_LANGUAGE || "node",
71-
apiVersion: SWA_CLI_API_VERSION || "16",
71+
apiVersion: SWA_CLI_API_VERSION || "22",
7272
dataApiDevserverUrl: SWA_CLI_DATA_API_DEVSERVER_URL || undefined,
7373

7474
// swa login options

0 commit comments

Comments
 (0)