This commit is contained in:
parent
37a63c29cc
commit
23911e50f6
1 changed files with 7 additions and 3 deletions
|
@ -10,9 +10,13 @@ jobs:
|
|||
steps:
|
||||
- name: "Checkout"
|
||||
uses: "https://git.euph.dev/actions/checkout@v3"
|
||||
- name: "composer install"
|
||||
- name: "Setup Volta"
|
||||
uses: "https://git.euph.dev/actions/volta@v4"
|
||||
with:
|
||||
package-json-path: app/package.json
|
||||
- name: "Prepare"
|
||||
run: |
|
||||
cd app
|
||||
composer check-platform-reqs
|
||||
composer install --no-scripts --audit
|
||||
- name: "npm install"
|
||||
run: "npm install --no-fund"
|
||||
npm install --no-fund
|
||||
|
|
Loading…
Reference in a new issue