Skip to content

Angular Github Actions

Actions
Get Latest Angular Cli
v1.1.0
Latest
Star (5)

Github Angular Actions

MIT License

GitHub Action to install Angular CLI with optional version selection. The action now caches the npm cache to speed up subsequent runs.

Usage

- name: Install Latest Angular
  uses: actions/angular-github-actions

You can also specify the version

- name: Install Angular 12.2.7
  uses: actions/angular-github-actions
  with:
    version: 12.2.7

Outputs

  • cli-version – the installed Angular CLI version

Caching for the npm directory is enabled by default to optimize your workflow.

Angular Github Actions is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Get Latest Angular Cli
v1.1.0
Latest

Angular Github Actions is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.