Skip to content

Bump @testing-library/user-event from 13.5.0 to 14.4.3 #89

Bump @testing-library/user-event from 13.5.0 to 14.4.3

Bump @testing-library/user-event from 13.5.0 to 14.4.3 #89

Workflow file for this run

name: ESLint
on: [pull_request]
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install dashboard dependencies
run: npm ci
- name: Install cloud function dependencies
run: |
cd functions
npm ci
- name: Run ESLint
run: npm run lint