Skip to content

Latest commit

 

History

History
1 lines (1 loc) · 310 Bytes

pure-javascript.md

File metadata and controls

1 lines (1 loc) · 310 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 runner image.