Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: make sure the action can actually run as ESM #758

Merged
merged 3 commits into from
Jun 12, 2024

Conversation

paambaati
Copy link
Owner

The action won't run correctly as ESM without these fixes –

  1. Build output files with .mjs extension to signal the output is ESM.
  2. Declare newly-introduced option for the action to understand.

@paambaati paambaati added the bug Something isn't working label Jun 12, 2024
@paambaati paambaati self-assigned this Jun 12, 2024
Release-As: 8.0.0
@paambaati paambaati merged commit 881dabb into main Jun 12, 2024
5 checks passed
@paambaati paambaati deleted the gp/fix-esm-for-action branch June 12, 2024 07:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant