package.json 332 B

1234567891011121314
  1. {
  2. "name": "run-on-arch",
  3. "version": "2.0.7",
  4. "description": "Multi architecture support for GitHub Actions",
  5. "author": "Umberto Raimondi, Elijah Shaw-Rutschman",
  6. "license": "BSD-3-Clause",
  7. "dependencies": {
  8. "@actions/core": "^1.9.1",
  9. "@actions/exec": "^1.0.1",
  10. "shlex": "^2.0.2",
  11. "yaml": "^1.10.0"
  12. }
  13. }