We were using install instead of clean install
All checks were successful
Bump deps (only minor versions) / ci (push) Successful in 16s

This commit is contained in:
0d0 2025-02-23 01:40:40 +01:00
parent b13e27d7e5
commit 87746bdcac
3 changed files with 3 additions and 3 deletions

View file

@ -28,7 +28,7 @@ jobs:
- name: Prepare, Check, Lint and Format
run: |
npm install
npm ci
touch .env
echo "HOST=0.0.0.0" >> .env
echo "ORIGIN=https://dl.emersa.it" >> .env