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

@ -17,5 +17,5 @@ jobs:
node-version: '20'
- name: Prepare, Check, Lint and Format
run: |
npm install
npm ci
npm run prepare

View file

@ -23,7 +23,7 @@ jobs:
- name: Update deps, install them (to change package-lock.json) and commit
run: |
npx npm-check-updates --target minor -u
npm install
npm ci
git config --global user.name "forgejo-bot"
git config --global user.email "bot@pweapon.org"
git add package.json || exit 0

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