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
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
Install act-js
Check act version
OR
Install act-js
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
Describe the bug
act-js installs act version
0.2.48
which lacks support forNode 20
, despite act having added Node 20 support in version0.2.55
. This discrepancy leads to failures when trying to run workflows with the latest versions of GitHub Actions designed for Node 20To Reproduce
act-js
act
versionOR
act-js
Expected behavior
Installing latest
act
version and workflow runs as expectedLogs
Additional context
act's fixed issue
The text was updated successfully, but these errors were encountered: