Skip to content

Bump @typescript-eslint/eslint-plugin from 8.18.1 to 8.18.2 (#1680) #4897

Bump @typescript-eslint/eslint-plugin from 8.18.1 to 8.18.2 (#1680)

Bump @typescript-eslint/eslint-plugin from 8.18.1 to 8.18.2 (#1680) #4897

Workflow file for this run

name: Typescript
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup node
uses: actions/setup-node@v4.1.0
with:
node-version: '22'
cache: 'npm'
cache-dependency-path: package-lock.json
- name: Run npm ci (similar to install but made for CI)
run: npm ci
- name: Run Angular Build Prod
run: npm run build
- name: Run Angular Test
run: npm run test_ci
- name: Run Angular Lint
run: npm run lint