fails with node related error in act@local #135
Closed
solsticedhiver
started this conversation in
General
Replies: 1 comment 1 reply
-
That is true but the action itself is written in NodeJS so it requires node to run it. The runners used by github actions have it pre-installed so we don't have to install anything inside the image itself. It must be some missing feature on act side that doesn't handle nodejs actions properly. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am a newbie with github actions, flatpak, and act.
I am trying to run a github actions to build a flatpak with act; i.e running on my machine with docker.
And I get that error about node not being found. Any idea what could be wrong?
flatpak-builder is not a node script but an executable, on my system; is it in your container image ? if so then why do I have that error?
Beta Was this translation helpful? Give feedback.
All reactions