Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Node 20 Support Missing Due to Outdated act Version Installed by act-js #78

Closed
Ga13Ou opened this issue Apr 21, 2024 · 2 comments
Closed

Comments

@Ga13Ou
Copy link
Contributor

Ga13Ou commented Apr 21, 2024

Describe the bug

act-js installs act version 0.2.48 which lacks support for Node 20, despite act having added Node 20 support in version 0.2.55. This discrepancy leads to failures when trying to run workflows with the latest versions of GitHub Actions designed for Node 20

To Reproduce

  1. Install act-js
  2. Check act version

OR

  1. Install act-js
  2. Try to run a workflow containing a github action that uses node20

Expected behavior
Installing latest act version and workflow runs as expected

Logs

Error: The runs.using key in action.yml must be one of: [composite docker node12 node16], got node20

Additional context
act's fixed issue

@shubhbapna
Copy link
Collaborator

fixed by #79 thank you for your contribution!

@Ga13Ou
Copy link
Contributor Author

Ga13Ou commented Apr 23, 2024

@shubhbapna Thank you for the quick review and merge!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants