code-pushup / github-action

GitHub Action for automating feedback from Code PushUp
MIT License
4 stars 0 forks source link

Convert GitHub Action to ESM #69

Closed matejchalk closed 1 month ago

matejchalk commented 1 month ago

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.

Acceptance criteria