From 5901f29e990cbf662428ca5b2a94734627061975 Mon Sep 17 00:00:00 2001 From: Adam Rutland Date: Thu, 20 Oct 2022 09:24:05 -0700 Subject: [PATCH] Update readme *New Minor Version* --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4f332b96..2cf60ef1 100644 --- a/README.md +++ b/README.md @@ -421,10 +421,10 @@ If setup correctly then the following should work: You can also add to your job file the following: ```yaml npmAuthKey: KEY +lwcCompilerVersion: "238" ``` -It will automatically use the correct compiler based on your managed package version. - +If you do not set lwcCompilerVersion, it will automatically use the latest compiler version. This should not cause problems, but to force the compiler version, use the Package Version in Salesforce. Note: Not All Package Versions are currently available, so you may need to check Vlocity Nexus to see which are. ### How to use your own sfdx cli to deploy OmniScripts / FlexCards compiled locally