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
The GitHub Actions currently runs as CommonJS, which means it can't import ESM-only packages. Therefore it can't import any packages from code-pushup/cli repo, which is a blocker for code-pushup/cli#829.
The GitHub Actions currently runs as CommonJS, which means it can't import ESM-only packages. Therefore it can't import any packages from
code-pushup/clirepo, which is a blocker for code-pushup/cli#829.Acceptance criteria