Skip to content

fix(angular): correct builder path in angular.json and added the @angular-devkit/build-angular package #26

fix(angular): correct builder path in angular.json and added the @angular-devkit/build-angular package

fix(angular): correct builder path in angular.json and added the @angular-devkit/build-angular package #26

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