chore(deps-dev): bump @nx/angular from 19.1.0 to 19.3.2 #415
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: CI | |
on: | |
pull_request: | |
branches: | |
- main | |
jobs: | |
main: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
with: | |
fetch-depth: 0 | |
# Cache node_modules | |
- uses: actions/setup-node@v3 | |
with: | |
node-version: 20 | |
cache: 'npm' | |
- run: yarn install --frozen-lockfile | |
- uses: nrwl/nx-set-shas@v4 | |
- run: npx nx format:check | |
- run: npx nx run angular-hub:lint | |
- run: npx nx run angular-hub:build:production |