Salesforce API Version Mismatch for the CI Build and Custom Deployment
Salesforce API Version Mismatch for the CI Build and the Custom Deployment.
To troubleshoot, run the following command to see the default API version for the SFDX:
sfdx config:get apiVersion --jsonNext, run the following command to change the SFDX API version. For example, changing the API Version to 51.0:
sfdx config:set apiVersion=51.0 --globalFinally, run the command to see the configured API version:
sfdx config:get apiVersion --jsonPreviousRevision Range & Release Label DeploymentNextPrerequisite while performing a commit using AutoRABIT
Last updated
Was this helpful?

