Skip to content

chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.62.0 to 8.5.0 #35

chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.62.0 to 8.5.0

chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.62.0 to 8.5.0 #35

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
cache: npm
- name: NPM install
run: npm ci
- name: Build
run: npm run build
- name: Test
run: xvfb-run --auto-servernum npm test