diff --git a/.github/.DS_Store b/.github/.DS_Store new file mode 100644 index 0000000..9589f9d Binary files /dev/null and b/.github/.DS_Store differ diff --git a/.github/workflows/externalNut.yml b/.github/workflows/externalNut.yml index fef5c02..ccb0e10 100644 --- a/.github/workflows/externalNut.yml +++ b/.github/workflows/externalNut.yml @@ -97,7 +97,7 @@ jobs: name: cli install with: max_attempts: ${{ inputs.attempts }} - command: npm install -g @salesforce/cli@nightly shx yarn-deduplicate --omit=dev + command: npm install -g @salesforce/cli@latest shx yarn-deduplicate --omit=dev timeout_minutes: 20 - uses: salesforcecli/github-workflows/.github/actions/retry@main diff --git a/.github/workflows/nut.yml b/.github/workflows/nut.yml index cfe837a..5987647 100644 --- a/.github/workflows/nut.yml +++ b/.github/workflows/nut.yml @@ -86,7 +86,7 @@ jobs: uses: salesforcecli/github-workflows/.github/actions/retry@main with: max_attempts: ${{ inputs.retries }} - command: npm install @salesforce/cli@nightly -g + command: npm install @salesforce/cli@latest -g - uses: salesforcecli/github-workflows/.github/actions/yarnInstallWithRetries@main if: ${{ steps.cache-nodemodules.outputs.cache-hit != 'true' }}