mirror of
https://github.com/nektos/act.git
synced 2026-04-26 01:15:51 +03:00
[GH-ISSUE #520] "❌ Failure - actions/setup-node@v1" - Using Chocolatey Outdated Version #352
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#352
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 @vinicioslc on GitHub (Feb 6, 2021).
Original GitHub issue: https://github.com/nektos/act/issues/520
Hi im using Windows 10 with:
nvm: 12.18.3
docker engine: 20.10.2
When i run the example yml i get the following output
The example used to test.
Console output (in cmder but prints the same in powershell)

When I run
act -vSee output
@catthehacker commented on GitHub (Feb 6, 2021):
What is the version of
actyou are running? Issue has been fixed in https://github.com/nektos/act/pull/461Just tested your workflow and seems to work fine
@vinicioslc commented on GitHub (Feb 6, 2021):
@catthehacker Thanks !
I was using the version 0.2.9 from chocolatey, now i added to PATH a version 0.2.19 from releases page, this error does not longer occurs.
but generates another error
npm install \r\n Maximum call stack size exceeded, i guess its my package.json deps, i think this issue could be closed now.@catthehacker commented on GitHub (Feb 6, 2021):
Choco releases have been fixed in https://github.com/nektos/act/pull/515 so hopefully next
actrelease should arrive on chocolatey.@vinicioslc commented on GitHub (Feb 6, 2021):
This will be nice !
im waiting for this.
@cplee commented on GitHub (Feb 8, 2021):
@vinicioslc - just released
v0.2.20https://chocolatey.org/packages/act-cli/0.2.20@vinicioslc commented on GitHub (Feb 8, 2021):
@cplee
Ok, I will test it
@vinicioslc commented on GitHub (Feb 8, 2021):
@cplee
Everthing works fine ! thanks again this is an awesome tool!