Skip to content
layers

GitHub Action

Angular Github Actions

v1.1.0 Latest version

Angular Github Actions

layers

Angular Github Actions

Get Latest Angular Cli

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Angular Github Actions

uses: mayurrawte/github-angular-actions@v1.1.0

Learn more about this action in mayurrawte/github-angular-actions

Choose a version

Github Angular Actions

MIT License

GitHub Action to preinstall angular-cli and other dependencies. You can configure ng versions.

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

Roadmap

  • Support Caching to optimize your gh action workflow.