Update package-lock.json (#738)

This commit is contained in:
N. Taylor Mullen 2025-06-03 21:05:39 -07:00 committed by GitHub
parent 7108921691
commit 54eb1419a8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 203 additions and 146 deletions

View file

@ -84,13 +84,6 @@ jobs:
# upload paths were relative to the workspace root.
# Example: if uploaded `packages/cli/dist`, it will be at `./packages/cli/dist`.
- name: Clean node_modules and lockfile
run: |
rm -rf node_modules package-lock.json
- name: Reinstall dependencies
run: npm install
- name: Install dependencies for testing
run: npm ci # Install fresh dependencies using the downloaded package-lock.json