chore: generate package-lock.json from scratch to ensure accuracy (#7077)
This commit is contained in:
6
.github/workflows/npm-update.yml
vendored
6
.github/workflows/npm-update.yml
vendored
@@ -30,8 +30,10 @@ jobs:
|
||||
with:
|
||||
node-version: 20
|
||||
|
||||
- name: Run npm update
|
||||
run: npm update --package-lock-only
|
||||
- name: Generate lockfile from scratch
|
||||
run: |
|
||||
rm -f package-lock.json
|
||||
npm install --package-lock-only
|
||||
|
||||
- name: Check if there are changes
|
||||
id: check_changes
|
||||
|
||||
Reference in New Issue
Block a user