Skip to content

build(deps-dev): bump @typescript-eslint/eslint-plugin from 4.33.0 to 8.18.2 #937

build(deps-dev): bump @typescript-eslint/eslint-plugin from 4.33.0 to 8.18.2

build(deps-dev): bump @typescript-eslint/eslint-plugin from 4.33.0 to 8.18.2 #937

Workflow file for this run

name: 'Build'
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
name: Test build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build
run: |
npm ci --legacy-peer-deps
npm run build