kiegroup / act-js

A node.js wrapper for nektos/act to programmatically run your github actions locally
Apache License 2.0
53 stars 8 forks source link

fix: Update act Dependency to v0.2.61 for Node 20 Actions Support #79

Closed Ga13Ou closed 2 months ago

Ga13Ou commented 2 months ago

Changes

This pull request updates the act dependency in act-js from v0.2.48 to v0.2.61. This update is crucial as it introduces support for Node 20, enabling act-js to handle workflows that utilize the latest versions of GitHub Actions requiring Node 20.

Why is this change necessary?

The current default version of act used by act-js (v0.2.48) does not support Node 20, leading to failures when users attempt to execute workflows that depend on this Node version. By updating to act v0.2.61, we ensure compatibility with workflows having actions designed for Node 20, improving the tool's usability and reliability.

Related issues