diff --git a/.gitea/workflows/ci-deploy.yml b/.gitea/workflows/ci-deploy.yml index 73a2726..b68df0a 100644 --- a/.gitea/workflows/ci-deploy.yml +++ b/.gitea/workflows/ci-deploy.yml @@ -33,7 +33,13 @@ jobs: - name: Install frontend deps working-directory: job-tracker-ui - run: npm ci + env: + npm_config_audit: 'false' + npm_config_fund: 'false' + run: | + node -v + npm -v + npm ci --no-audit --no-fund - name: Test frontend working-directory: job-tracker-ui