-
Notifications
You must be signed in to change notification settings - Fork 234
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
Cannot find node in PATH #25
Comments
Very interesting bug. Nothing suspicious in the Workflow file. Detailed log of the build:
I wonder why "npm ci" is executed since there is no "setup-node" action before. |
I've played around with it a bit and found that it was the
L18-L19 |
I also does not understand it. We don't have any references to node in our app. https://github.com/ad-m/github-push-action/search?utf8=%E2%9C%93&q=node&type= We use Dockerfile action ( https://github.com/ad-m/github-push-action/blob/master/action.yml#L26 ) which use just |
There is parameter in git to bypass hooks:
We don't support it (yet). PR are welcome. |
@ad-m thanks for replying, sorry I deleted my comment. I'd be happy to make a PR along the lines of enabling
I have other actions in my workflow which run node and bash successfully. update: |
Got same error on https://github.com/mazipan/hello-open-source/runs/469193742 Update: solved after remove husky as a githook |
My build ended with some error about node and execution of bash. See below for the error, I have no clue why that happened. (Here is the workflow).
I'm tried both version v0.5.0 and master but both resulted in this error.
The text was updated successfully, but these errors were encountered: