fix Cannot find module @rollup/rollup-linux-x64-gnu error (#736)

This commit is contained in:
Keith Ballinger 2025-06-03 19:52:53 -07:00 committed by GitHub
parent 80a445c7ae
commit 7108921691
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 7 additions and 0 deletions

View File

@ -84,6 +84,13 @@ 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