We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8214cf9 commit 14c6c97Copy full SHA for 14c6c97
1 file changed
src/config.ts
@@ -68,7 +68,7 @@ export const DEFAULT_CONFIG: SWACLIConfig = {
68
appName: SWA_CLI_APP_NAME || undefined,
69
dryRun: useEnvVarOrUseDefault(SWA_CLI_DEPLOY_DRY_RUN, false),
70
apiLanguage: SWA_CLI_API_LANGUAGE || "node",
71
- apiVersion: SWA_CLI_API_VERSION || "16",
+ apiVersion: SWA_CLI_API_VERSION || "22",
72
dataApiDevserverUrl: SWA_CLI_DATA_API_DEVSERVER_URL || undefined,
73
74
// swa login options
0 commit comments