mirror of
https://github.com/nektos/act.git
synced 2026-04-26 09:25:54 +03:00
[GH-ISSUE #1967] Allow node20 in action.yml as action runtime #941
Labels
No labels
area/action
area/cli
area/docs
area/image
area/runner
area/workflow
backlog
confirmed/not-planned
kind/bug
kind/discussion
kind/external
kind/feature-request
kind/question
meta/duplicate
meta/invalid
meta/need-more-info
meta/resolved
meta/wontfix
meta/workaround
needs-work
pull-request
review/not-planned
size/M
size/XL
size/XXL
stale
stale-exempt
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/act#941
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ChristopherHX on GitHub (Aug 14, 2023).
Original GitHub issue: https://github.com/nektos/act/issues/1967
Act version
v0.2.49
Feature description
See https://github.com/actions/runner/releases/tag/v2.308.0
Since act doesn't care about the version behind
nodewhy not just exec allnode<number>vianode?@gilzow commented on GitHub (Sep 13, 2023):
Just ran into this issue as well where one of the actions in my workflow has updated to node20, but act now reports:
and fails the action
@mahmudz commented on GitHub (Sep 13, 2023):
Same issue here
Error: The runs.using key in action.yml must be one of: [composite docker node12 node16], got node20OS: Mac 15 Sonoma Beta 7
Act Version: 0.2.50
Docker Version: 4.21.1
@MichelFR commented on GitHub (Sep 14, 2023):
Same issue here, any workaround?
Using in gitea actions
Edit:
Okay found a workaround for now, needed to turn all versions back of the actions
@mahmudz commented on GitHub (Sep 14, 2023):
@MichelFR Whats the procedure?
@NexZhu commented on GitHub (Sep 15, 2023):
@MichelFR Same issue here. Could you explain in detail?
@teffcz commented on GitHub (Sep 17, 2023):
I have same problem with
"The runs.using key in action.yml must be one of: [composite docker node12 node16 go], got node20"
running basic CI job for building docker image using:
docker/setup-qemu-action@master
docker/setup-buildx-action@master
docker/login-action@master
docker/build-push-action@master
with docker image ghcr.io/catthehacker/ubuntu:act-20.04, but i tried sereval others (even node:20-bullseye) and nothing helped
from logs it looks it is failing at check docker/setup-qemu-action@master
@renepyo commented on GitHub (Sep 21, 2023):
Can you tell me how to apply this workaround?
@jcarpenter12 commented on GitHub (Nov 7, 2023):
I had this issue this morning but the new version of act now supports node20 so it now works after upgrading act, unless I have misunderstood your question