{"id":22518052,"url":"https://github.com/actalog/node-pkg-cd","last_synced_at":"2026-04-16T04:02:51.904Z","repository":{"id":258742250,"uuid":"871453626","full_name":"actalog/node-pkg-cd","owner":"actalog","description":"📦 Automates the Continuous Deployment (CD) process for Node.js packages to the npm registry","archived":false,"fork":false,"pushed_at":"2024-12-04T16:15:42.000Z","size":19,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-27T05:16:56.867Z","etag":null,"topics":["cd","github","node","npm","package"],"latest_commit_sha":null,"homepage":"","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-10-12T02:38:11.000Z","updated_at":"2025-01-22T18:02:36.000Z","dependencies_parsed_at":"2025-09-04T06:36:51.401Z","dependency_job_id":"a673121d-58b3-4f4d-803e-2f56cbbe9f25","html_url":"https://github.com/actalog/node-pkg-cd","commit_stats":null,"previous_names":["gabrielrufino/node-pkg-cd","actalog/node-pkg-cd"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/actalog/node-pkg-cd","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actalog%2Fnode-pkg-cd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actalog%2Fnode-pkg-cd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actalog%2Fnode-pkg-cd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actalog%2Fnode-pkg-cd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/actalog","download_url":"https://codeload.github.com/actalog/node-pkg-cd/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actalog%2Fnode-pkg-cd/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31870516,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T15:24:51.572Z","status":"online","status_checked_at":"2026-04-16T02:00:06.042Z","response_time":69,"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":["cd","github","node","npm","package"],"created_at":"2024-12-07T04:13:59.594Z","updated_at":"2026-04-16T04:02:51.887Z","avatar_url":"https://github.com/actalog.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Node package CD\n\nGitHub Action to automate the Continuous Deployment (CD) process for Node.js packages to the npm registry.\n\n## Features\n\n- Automatically sets up the desired Node.js version.\n- Installs dependencies using `npm ci` or `npm install`.\n- Builds the package if a `build` script exists in `package.json`.\n- Prepares the package for publishing.\n- Publishes the package to the npm registry.\n\n## Inputs\n\n| Name               | Description                                        | Required | Default                      |\n|--------------------|----------------------------------------------------|----------|------------------------------|\n| `node-auth-token`  | npm authentication token                           | Yes      | N/A                          |\n| `node-version`     | Node.js version to use                             | No       | `20`                         |\n| `registry-url`     | npm registry URL                                   | No       | `https://registry.npmjs.org` |\n\n## Usage\n\nHere's an example of how to use this action in a GitHub workflow:\n\n```yaml\nname: CD\n\non:\n  push:\n    branches:\n      - main\n\njobs:\n  node-pkg-cd:\n    name: Node package CD\n    runs-on: ubuntu-latest\n    steps:\n      - uses: actions/checkout@v3\n      - uses: actalog/node-pkg-cd@v1\n        with:\n          node-auth-token: ${{ secrets.NODE_AUTH_TOKEN }}\n          node-version: 20\n```\n\n## License\n\nThis project is licensed under [The Unlicense](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Factalog%2Fnode-pkg-cd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Factalog%2Fnode-pkg-cd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Factalog%2Fnode-pkg-cd/lists"}