Skip to content

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

Notifications You must be signed in to change notification settings

mayurrawte/github-angular-actions

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Topics

Resources

Stars

Watchers

Forks