Skip to content

Commit

Permalink
Merge pull request #1123 from forcedotcom/phale/default-node-version
Browse files Browse the repository at this point in the history
chore: fix node version
  • Loading branch information
mshanemc authored Aug 7, 2024
2 parents 7e2a426 + 9fd5cb9 commit 2120003
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testCoreBundling.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: ./.github/workflows/bundle.yml
with:
branch: ${{ github.ref_name || inputs.branch }}
nodeVersion: ${{ inputs.nodeVersion }}
nodeVersion: ${{ inputs.nodeVersion || 'lts/*' }}
tests:
needs: bundle
uses: ./.github/workflows/testExternalProjects.yml
Expand Down

0 comments on commit 2120003

Please sign in to comment.