Skip to content

build(deps): bump @sentry/react from 7.100.1 to 8.20.0 #2154

build(deps): bump @sentry/react from 7.100.1 to 8.20.0

build(deps): bump @sentry/react from 7.100.1 to 8.20.0 #2154

Workflow file for this run

name: ESLint
on: pull_request
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
cache: npm
node-version-file: package.json
- name: Install modules
run: npm i
- name: Lint
run: npm run lint