Skip to content

chore(deps-dev): bump @typescript-eslint/eslint-plugin from 6.13.1 to 6.14.0 in /src/Client #13

chore(deps-dev): bump @typescript-eslint/eslint-plugin from 6.13.1 to 6.14.0 in /src/Client

chore(deps-dev): bump @typescript-eslint/eslint-plugin from 6.13.1 to 6.14.0 in /src/Client #13

Workflow file for this run

name: Angular CI
on:
pull_request:
branches: ["*"]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: "*"
- name: Install dependencies
run: |
cd src/Client
npm install
- name: Build
run: |
cd src/Client
npm run build