GitHub Action to preinstall angular-cli and other dependencies. You can configure ng versions.
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
- Support Caching to optimize your gh action workflow.