{"id":15364331,"url":"https://github.com/thonatos/github-actions-nodejs","last_synced_at":"2025-09-17T11:33:01.962Z","repository":{"id":58959742,"uuid":"197157646","full_name":"thonatos/github-actions-nodejs","owner":"thonatos","description":"Node.js For Github Actions","archived":false,"fork":false,"pushed_at":"2020-10-16T23:15:50.000Z","size":5,"stargazers_count":4,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-09T01:28:34.870Z","etag":null,"topics":["actions"],"latest_commit_sha":null,"homepage":null,"language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/thonatos.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-07-16T08:55:47.000Z","updated_at":"2025-03-01T23:08:02.000Z","dependencies_parsed_at":"2023-01-04T16:32:45.776Z","dependency_job_id":null,"html_url":"https://github.com/thonatos/github-actions-nodejs","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/thonatos/github-actions-nodejs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thonatos%2Fgithub-actions-nodejs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thonatos%2Fgithub-actions-nodejs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thonatos%2Fgithub-actions-nodejs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thonatos%2Fgithub-actions-nodejs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thonatos","download_url":"https://codeload.github.com/thonatos/github-actions-nodejs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thonatos%2Fgithub-actions-nodejs/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268431638,"owners_count":24249413,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-02T02:00:12.353Z","response_time":74,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["actions"],"created_at":"2024-10-01T13:11:25.676Z","updated_at":"2025-09-17T11:32:56.889Z","avatar_url":"https://github.com/thonatos.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Node.js For Github Actions\n\n![Docker Cloud Build Status](https://img.shields.io/docker/cloud/build/thonatos/github-actions-nodejs.svg?style=flat-square) ![Docker Pulls](https://img.shields.io/docker/pulls/thonatos/github-actions-nodejs.svg?style=flat-square)\n\n## Dependencies\n\n- Git\n- Node.js LTS\n\n## Usage\n\n### github actions\n\n```bash\nworkflow \"Push\" {\n  on = \"push\"\n  resolves = [\"CI\"]\n}\n\naction \"Installation\" {\n  needs = \"Filters for GitHub Actions\"\n  uses = \"thonatos/github-actions-nodejs@v0.1.1\"\n  args = \"npm install npminstall -g \u0026\u0026 npminstall\"\n}\n\naction \"CI\" {\n  needs = \"Installation\"\n  uses = \"thonatos/github-actions-nodejs@v0.1.1\"\n  args = \"npm run ci\"\n}\n\n# Filter for master branch\naction \"Filters for GitHub Actions\" {\n  uses = \"actions/bin/filter@3c0b4f0e63ea54ea5df2914b4fabf383368cd0da\"\n  secrets = [\"GITHUB_TOKEN\"]\n  args = \"branch master\"\n}\n```\n\n### custom actions (with docker image)\n\n```bash\nworkflow \"Push\" {\n  on = \"push\"\n  resolves = [\"CI\"]\n}\n\naction \"Installation\" {\n  needs = \"Filters for GitHub Actions\"\n  uses = \"docker://thonatos/github-actions-nodejs:latest\"\n  args = \"npm install npminstall -g \u0026\u0026 npminstall\"\n}\n\naction \"CI\" {\n  needs = \"Installation\"\n  uses = \"docker://thonatos/github-actions-nodejs:latest\"\n  args = \"npm run ci\"\n}\n\n# Filter for master branch\naction \"Filters for GitHub Actions\" {\n  uses = \"actions/bin/filter@3c0b4f0e63ea54ea5df2914b4fabf383368cd0da\"\n  secrets = [\"GITHUB_TOKEN\"]\n  args = \"branch master\"\n}\n```\n\n## Contributing\n\n### License\n\nThe project is [MIT licensed](./LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthonatos%2Fgithub-actions-nodejs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthonatos%2Fgithub-actions-nodejs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthonatos%2Fgithub-actions-nodejs/lists"}