Skip to content

chore(deps-dev): bump @sentry/react-native from 5.18.0 to 5.19.1 #277

chore(deps-dev): bump @sentry/react-native from 5.18.0 to 5.19.1

chore(deps-dev): bump @sentry/react-native from 5.18.0 to 5.19.1 #277

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Install Node dependencies
run: npm install
- name: Run linter
run: npm run lint