{"id":19143225,"url":"https://github.com/devenes/node-js-ci","last_synced_at":"2026-04-03T23:35:10.921Z","repository":{"id":107131303,"uuid":"486157870","full_name":"devenes/node-js-ci","owner":"devenes","description":"Continuous Integration with Node.js using GitHub Actions to test your NPM packages","archived":false,"fork":false,"pushed_at":"2022-04-28T09:40:56.000Z","size":197,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-03T15:44:11.520Z","etag":null,"topics":["devdependencies","express","github","github-actions","jest","js","node","nodejs","npm","supertest"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/devenes.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":"2022-04-27T11:06:52.000Z","updated_at":"2022-04-27T12:36:09.000Z","dependencies_parsed_at":null,"dependency_job_id":"3525d16b-49e9-4025-a0b3-5817dd053364","html_url":"https://github.com/devenes/node-js-ci","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devenes%2Fnode-js-ci","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devenes%2Fnode-js-ci/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devenes%2Fnode-js-ci/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devenes%2Fnode-js-ci/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devenes","download_url":"https://codeload.github.com/devenes/node-js-ci/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240224146,"owners_count":19767708,"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":["devdependencies","express","github","github-actions","jest","js","node","nodejs","npm","supertest"],"created_at":"2024-11-09T07:30:00.046Z","updated_at":"2025-12-30T19:07:33.582Z","avatar_url":"https://github.com/devenes.png","language":"JavaScript","readme":"# Node Server with Express\n\n[![Node.js CI](https://github.com/devenes/node-js-ci/actions/workflows/node.js.yml/badge.svg)](https://github.com/devenes/node-js-ci/actions/workflows/node.js.yml) [![Docker Build](https://github.com/devenes/node-js-ci/actions/workflows/docker.x.yml/badge.svg?branch=test)](https://github.com/devenes/node-js-ci/actions/workflows/docker.x.yml) [![Node.js Scan SARIF](https://github.com/devenes/node-js-ci/actions/workflows/node.js.scan.yml/badge.svg)](https://github.com/devenes/node-js-ci/actions/workflows/node.js.scan.yml) ![Node.js Coverage](https://github.com/npm/cli/actions/workflows/ci.yml/badge.svg) ![Node.js Coverage](https://img.shields.io/static/v1?label=npm\u0026message=v16.0.0\u0026color=red\u0026logo=npm)\n\n## Continuous Integration with Node.js using GitHub Actions\n\n![Node.js CI](./readme/tests.png)\n\n### Define your branch name and the actions you want to trigger to start your job\n\n- Push\n\n  ```\n  push:\n    branches: [main]\n  ```\n\n- Pull Request\n\n  ```\n  pull_request:\n    branches: [main]\n  ```\n\n### Define your job name and the environment to build your code\n\n```\njobs:\n    build:\n        runs-on: ubuntu-latest\n```\n\n### Define the Node versions to test your code on\n\n```\nstrategy:\n    matrix:\n        node-version: [12.x, 14.x, 16.x]\n```\n\n### Define your CI steps under your job\n\n```\nsteps:\n    - uses: actions/checkout@v3\n    - name: Use Node.js ${{ matrix.node-version }}\n      uses: actions/setup-node@v3\n      with:\n        node-version: ${{ matrix.node-version }}\n        cache: \"npm\"\n    - run: npm ci\n    - run: npm run build --if-present\n    - run: npm test\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevenes%2Fnode-js-ci","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevenes%2Fnode-js-ci","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevenes%2Fnode-js-ci/lists"}