Skip to content

build(deps-dev): bump @angular-devkit/schematics-cli from 17.3.5 to 18.0.2 #53

build(deps-dev): bump @angular-devkit/schematics-cli from 17.3.5 to 18.0.2

build(deps-dev): bump @angular-devkit/schematics-cli from 17.3.5 to 18.0.2 #53

Workflow file for this run

name: Check pull request
on:
pull_request:
branches: [develop]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: package.json
cache: npm
cache-dependency-path: package-lock.json
- run: npm ci --prefer-offline --ignore-scripts
name: Install Node.js dependencies
- run: npx prettier --check .
name: Check code formatting
- run: npm run build
name: Compile TypeScript
- run: npm test
name: Run unit-tests