-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
The current version of minimatch used by @actions/glob is severely outdated. As of this issue, it is pinned a 3.0.4 while the latest release is 10.0.1.
When transpiling ESM actions using tools like rollup, this results in invalid require statements that cause unresolvable errors on Windows runners.
Additional details can be found here: graalvm/setup-graalvm#138
To Reproduce
Steps to reproduce the behavior:
- Create a fork of https://github.com/actions/typescript-action
- Install the
@actions/globmodule - Transpile the action (
npm run package) - Attempt to run the action on a Windows runner
Expected behavior
The action runs as expected, and the @actions/glob functionality does not raise an error.
Additional context
fniephaus, joh-klein, yusancky, kxc171, amezin and 2 more
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working