We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 77080a6 + bcb18d6 commit 41f0352Copy full SHA for 41f0352
.github/workflows/publish-to-npm.yml
@@ -79,6 +79,9 @@ jobs:
79
with:
80
distribution: 'temurin'
81
java-version: '11' # For now, Java version is hardcoded.
82
+ - uses: actions/setup-python@v5
83
+ with:
84
+ python-version: '>=3.10'
85
# Install SF, and the release candidate version.
86
- run: npm install -g @salesforce/cli
87
- run: sf plugins install @salesforce/plugin-code-analyzer@latest-beta-rc
0 commit comments