gha-setup-ninja
gha-setup-ninja copied to clipboard
Convert Script to Use ES Module
This pull request converts the main action script to use ES modules. This change currently does not have much impact on the project, but using ES modules will benefit the project by enabling tree shaking and minimizing the distribution files, once the dependencies also support ES modules.