Skip to content

Update angular schematics to 16.2.10 (#889) #2248

Update angular schematics to 16.2.10 (#889)

Update angular schematics to 16.2.10 (#889) #2248

Workflow file for this run

name: Lint tests
on: [push, pull_request]
jobs:
lint-test:
strategy:
fail-fast: true
runs-on: ubuntu-latest
name: Lint
timeout-minutes: 20
steps:
- name: Get sources
uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: '14'
- name: Run npm install
run: npm install --no-package-lock --no-audit --no-fund
- name: Run tests
run: npm run lint