Skip to content

Commit 89a7a36

Browse files
committed
fix: replace direct removal of package-lock.json with npm run clean
1 parent 6851967 commit 89a7a36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dependency-update-and-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
node-version: '20'
2020

2121
- name: 🗑️ Remove package-lock.json
22-
run: rm -f package-lock.json
22+
run: npm run clean
2323

2424
- name: 📦 Install npm-check-updates
2525
run: npm install -g npm-check-updates

0 commit comments

Comments
 (0)