Do not use npm ci on deps check
All checks were successful
Bump deps (only minor versions) / ci (push) Successful in 20s
All checks were successful
Bump deps (only minor versions) / ci (push) Successful in 20s
This commit is contained in:
parent
26a68fc102
commit
b0ed4a7cc4
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue