Skip to content

fix(angular): replace Custom Angular Builder with Standard Angular CL… #24

fix(angular): replace Custom Angular Builder with Standard Angular CL…

fix(angular): replace Custom Angular Builder with Standard Angular CL… #24

name: Check package-lock.json
on:
pull_request:
push:
branches: [main]
jobs:
package:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
cache: 'npm'
- run: npm ci
- run: npm run package:check