Are you looking for something? Here is all of the GitHub Docs history in one single commit. Enjoy! 🎉
2 lines
317 B
Markdown
2 lines
317 B
Markdown
To ensure your JavaScript actions are compatible with all GitHub-hosted runners (Ubuntu, Windows, and macOS), the packaged JavaScript code you write should be pure JavaScript and not rely on other binaries. JavaScript actions run directly on the runner and use binaries that already exist in the virtual environment.
|