This commit is contained in:
parent
ac631ce832
commit
fbe4f7d8c9
1 changed files with 1 additions and 1 deletions
|
|
@ -90,7 +90,7 @@ jobs:
|
||||||
tools: composer
|
tools: composer
|
||||||
|
|
||||||
- name: Setup Node.js
|
- name: Setup Node.js
|
||||||
if: ${{ inputs.build_frontend }}
|
if: ${{ fromJSON(inputs.build_frontend) }}
|
||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: ${{ inputs.node_version }}
|
node-version: ${{ inputs.node_version }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue