Skip to content

Commit

Permalink
Merge pull request #7 from nylas/fix-package-version
Browse files Browse the repository at this point in the history
update action.
  • Loading branch information
LincolnRychecky authored Aug 21, 2024
2 parents 20c7179 + 9f1cb77 commit 6580818
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/apex-tests-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,19 @@ on:
jobs:
build:
runs-on: ubuntu-latest
- uses: actions/setup-node@v1
with:
node-version: '21.x'

steps:
- name: Checkout repository
uses: actions/checkout@v2

- name: Install Salesforce CLI
uses: forcedotcom/sfdx-action@v1
with:
version: latest
run: |
npm install sfdx-cli
node_modules/sfdx-cli/bin/run --version
node_modules/sfdx-cli/bin/run plugins --core
# Store Secret for debhub
- name: Populate auth file with DEVHUB_SFDX_URL secrets
Expand Down

0 comments on commit 6580818

Please sign in to comment.