gha-setup-ninja icon indicating copy to clipboard operation
gha-setup-ninja copied to clipboard

Convert Script to Use ES Module

Open threeal opened this issue 1 year ago • 2 comments

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.

threeal avatar Sep 29 '24 13:09 threeal