You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Describe the bug
The current version of
minimatch
used by@actions/glob
is severely outdated. As of this issue, it is pinned a3.0.4
while the latest release is10.0.1
.When transpiling ESM actions using tools like
rollup
, this results in invalidrequire
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:
@actions/glob
modulenpm run package
)Expected behavior
The action runs as expected, and the
@actions/glob
functionality does not raise an error.Additional context
The text was updated successfully, but these errors were encountered: