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
fix: move node-mac-permissions to optionalDependencies for cross-platform CI
- Moved node-mac-permissions from dependencies to optionalDependencies
- Updated GitHub Actions workflows to use npm ci --omit=optional
- Fixes EBADPLATFORM error on Linux CI runners
- Package still installs on macOS but is skipped on other platforms
0 commit comments