diff --git a/.gitea/workflows/qs.yml b/.gitea/workflows/qs.yml index 82f6e92..a2ab6c0 100644 --- a/.gitea/workflows/qs.yml +++ b/.gitea/workflows/qs.yml @@ -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