{"id":19641757,"url":"https://github.com/layzeedk/setup-angular","last_synced_at":"2026-06-10T04:31:13.642Z","repository":{"id":113719842,"uuid":"443637875","full_name":"LayZeeDK/setup-angular","owner":"LayZeeDK","description":"Set up your GitHub Actions workflow with a specific version of Angular","archived":false,"fork":false,"pushed_at":"2022-01-26T22:24:41.000Z","size":294,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-26T23:16:03.841Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/LayZeeDK.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-01-01T22:45:18.000Z","updated_at":"2022-01-02T02:16:12.000Z","dependencies_parsed_at":null,"dependency_job_id":"0b0ea607-1d8e-46df-8543-71f569470839","html_url":"https://github.com/LayZeeDK/setup-angular","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/LayZeeDK/setup-angular","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LayZeeDK%2Fsetup-angular","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LayZeeDK%2Fsetup-angular/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LayZeeDK%2Fsetup-angular/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LayZeeDK%2Fsetup-angular/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LayZeeDK","download_url":"https://codeload.github.com/LayZeeDK/setup-angular/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LayZeeDK%2Fsetup-angular/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34137570,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-10T02:00:07.152Z","response_time":89,"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":[],"created_at":"2024-11-11T14:10:18.896Z","updated_at":"2026-06-10T04:31:13.624Z","avatar_url":"https://github.com/LayZeeDK.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# setup-angular [WIP]\n\nSet up your GitHub Actions workflow with a specific version of Angular.\n\n# Usage\n\n## Basic\n\n```yml\nname: Test\njobs:\n  test:\n    runs-on: ubuntu-latest\n    steps:\n      - uses: actions/checkout@v2\n      - uses: actions/setup-node@v2\n        with:\n          cache: yarn\n          node-version: 12\n      - uses: ngworker/setup-angular@v1\n        with:\n          angular-version: 12\n      - run: yarn install\n      - run: yarn test\n```\n\n## Matrix usage\n\n```yaml\nname: Test\njobs:\n  test:\n    runs-on: ubuntu-latest\n    strategy:\n      matrix:\n        angular:\n          - 9.0\n          - 9.1\n          - 10.0\n          - 10.1\n          - 10.2\n          - 11.0\n          - 11.1\n          - 11.2\n          - 12.0\n          - 12.1\n          - 12.2\n          - 13.0\n          - 13.1\n    steps:\n      - uses: actions/checkout@v2\n      - uses: actions/setup-node@v2\n        with:\n          cache: yarn\n          node-version: 12\n      - name: Set up Angular ${{ matrix.angular }}\n        uses: ngworker/setup-angular@v1\n        with:\n          angular-version: ${{ matrix.angular }}\n      - run: yarn install\n      - run: yarn test\n```\n\n## Node.js compatibility\n\nSee [Angular compatibility matrix](https://gist.github.com/LayZeeDK/c822cc812f75bb07b7c55d07ba2719b3)\nfor Angular's Node.js compatibility.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flayzeedk%2Fsetup-angular","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flayzeedk%2Fsetup-angular","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flayzeedk%2Fsetup-angular/lists"}