Skip to content

Latest commit

 

History

History
1 lines (1 loc) · 317 Bytes

File metadata and controls

1 lines (1 loc) · 317 Bytes

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.