You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Remove package-lock.json and node_modules before npm install
- Use --no-optional flag to avoid platform-specific dependencies
- Remove npm cache from setup-node action since we delete package-lock.json
- Fixes build failures on Linux CI environments
0 commit comments