diff --git a/.github/workflows/testCoreBundling.yml b/.github/workflows/testCoreBundling.yml index 5ee32221a..b10b3d624 100644 --- a/.github/workflows/testCoreBundling.yml +++ b/.github/workflows/testCoreBundling.yml @@ -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