Then there is no point for me. I thought “act_runner” is a simple solution for CI/CD but if every container has to include “nodejs” (+git) it’s quite an effort.
I thank everyone for the hard work they put into this project but I’ll stick with Drone for now.
You in fact could use git clone ... to instead of actions/checkout if you don’t want to install a nodejs currently. Of course, if there is an internal check out system which will not depend on nodejs, it’s better. We will consider the idea.
Sorry for the late answer, was on holiday …
Thanks a lot, it works after installing NodeJS.
did not get that node as a software was meant by the error message. I assume node means a node of a data structure. I’m feeling stupid now
Stumbled upon the same issue. Since act_runner docker image is based on Alpine, I just use below step to install required packages before I run Git Checkout step, so that npm / node requirement is fulfilled:
[…]