{"id":22518049,"url":"https://github.com/actalog/node-ci","last_synced_at":"2026-05-07T01:09:57.719Z","repository":{"id":212519937,"uuid":"731681285","full_name":"actalog/node-ci","owner":"actalog","description":"🔄 Continuous Integration for Node.js projects","archived":false,"fork":false,"pushed_at":"2025-03-02T13:46:42.000Z","size":68,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-27T14:06:14.608Z","etag":null,"topics":["actions","ci","github","node","workflow"],"latest_commit_sha":null,"homepage":"https://github.com/marketplace/actions/actalog-node-ci","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/actalog.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-12-14T16:17:00.000Z","updated_at":"2025-03-02T13:42:27.000Z","dependencies_parsed_at":"2024-02-19T16:51:57.284Z","dependency_job_id":"2129360b-37c5-4100-b0c3-4705cd9be36e","html_url":"https://github.com/actalog/node-ci","commit_stats":null,"previous_names":["gabrielrufino/node-ci","actalog/node-ci"],"tags_count":21,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actalog%2Fnode-ci","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actalog%2Fnode-ci/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actalog%2Fnode-ci/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actalog%2Fnode-ci/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/actalog","download_url":"https://codeload.github.com/actalog/node-ci/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245957383,"owners_count":20700254,"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","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","ci","github","node","workflow"],"created_at":"2024-12-07T04:13:58.867Z","updated_at":"2026-05-07T01:09:57.715Z","avatar_url":"https://github.com/actalog.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# @actalog/node-ci\n\n[![CI](https://github.com/actalog/node-ci/actions/workflows/ci.yml/badge.svg)](https://github.com/actalog/node-ci/actions/workflows/ci.yml)\n[![CD](https://github.com/actalog/node-ci/actions/workflows/cd.yml/badge.svg)](https://github.com/actalog/node-ci/actions/workflows/cd.yml)\n\nContinuous Integration for Node.js projects\n\n## Getting started\n\n```yml\nname: CI\n\non:\n  - pull_request\n  - push\n\npermissions:\n  pull-requests: write\n\njobs:\n  node-ci:\n    name: Node CI\n    runs-on: ubuntu-latest\n    steps:\n      - uses: actions/checkout@v4\n      - uses: actalog/node-ci@v3\n        with:\n          package-manager: pnpm # optional, default is npm\n```\n\n## Inputs\n\n| Name              | Description                                        | Default |\n| ----------------- | -------------------------------------------------- | ------- |\n| `node-version`    | Node.js version                                    | `24`    |\n| `package-manager` | Package manager to use (`npm`, `yarn`, or `pnpm`)   | `npm`   |\n| `except`          | Scripts to skip (comma-separated: `build`, `lint`) | ``      |\n| `github-token`    | GitHub Token (for SonarCloud and PR comments)      | ``      |\n| `sonar-token`     | SonarCloud Token                                   | ``      |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Factalog%2Fnode-ci","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Factalog%2Fnode-ci","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Factalog%2Fnode-ci/lists"}