diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 8b2fb98..4dff4ef 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -36,7 +36,7 @@ jobs: php artisan key:generate --force - name: Install NPM dependencies - run: npm ci + run: npm ci || npm install --no-audit --no-fund - name: Build frontend assets for tests run: npm run build @@ -70,7 +70,7 @@ jobs: run: composer install --no-dev --no-interaction --no-progress --prefer-dist --optimize-autoloader - name: Install NPM dependencies - run: npm ci + run: npm ci || npm install --no-audit --no-fund - name: Build frontend assets run: npm run build