You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use actions/checkout in a GitHub Actions workflow running inside a container that doesn't have Node.js installed. The checkout step fails with an error related to missing Node.js. How can I resolve this issue?