Do not use npm ci on deps check
All checks were successful
Bump deps (only minor versions) / ci (push) Successful in 20s

This commit is contained in:
0d0 2025-02-24 20:07:51 +01:00
parent 26a68fc102
commit b0ed4a7cc4

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 ci
npm install
git config --global user.name "forgejo-bot"
git config --global user.email "bot@pweapon.org"
git add package.json || exit 0