Skip to content

Bump @sentry/react from 7.114.0 to 8.42.0 #4217

Bump @sentry/react from 7.114.0 to 8.42.0

Bump @sentry/react from 7.114.0 to 8.42.0 #4217

Workflow file for this run

on: [push, pull_request]
name: CI
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/setup-node@v3
with:
node-version-file: 'package.json'
- uses: borales/actions-yarn@v3.0.0
with:
cmd: install
- uses: borales/actions-yarn@v3.0.0
with:
cmd: lint
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/setup-node@v3
with:
node-version-file: 'package.json'
- uses: borales/actions-yarn@v3.0.0
with:
cmd: install
- uses: borales/actions-yarn@v3.0.0
env:
CI: true
with:
cmd: test
- uses: borales/actions-yarn@v3.0.0
env:
CI: true
with:
cmd: build