This commit is contained in:
parent
17b3d9ae4a
commit
8d88c099b8
1 changed files with 2 additions and 2 deletions
|
|
@ -90,7 +90,7 @@ jobs:
|
|||
tools: composer
|
||||
|
||||
- name: Setup Node.js
|
||||
if: ${{ inputs.build_frontend }}
|
||||
if: ${{ inputs.build_frontend == true }}
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: ${{ inputs.node_version }}
|
||||
|
|
@ -100,7 +100,7 @@ jobs:
|
|||
run: composer install --prefer-dist --no-progress --no-dev --ignore-platform-reqs
|
||||
|
||||
- name: Install Node dependencies & build
|
||||
if: ${{ inputs.build_frontend }}
|
||||
if: ${{ inputs.build_frontend == true }}
|
||||
run: |
|
||||
npm ci
|
||||
npm run build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue