if condition change

pull/67/head
Aparna Jyothi 1 year ago
parent 813b323a59
commit 5a20fe145a

@ -116,7 +116,7 @@ jobs:
working-directory: ${{ runner.temp }}/${{ env.ARTIFACT_NAME }}
- name: Setup Node.js ${{ inputs.tool-version }}
if: inputs.tool-name == 'node' && matrix.node == true
if: inputs.tool-name == 'node' || matrix.node == true
uses: actions/setup-node@v3
with:
node-version: ${{ inputs.tool-version }}

Loading…
Cancel
Save