Skip to content

Bump @sentry/react from 7.93.0 to 7.94.1 #4752

Bump @sentry/react from 7.93.0 to 7.94.1

Bump @sentry/react from 7.93.0 to 7.94.1 #4752

Workflow file for this run

name: Build
on:
pull_request: ~
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/prepare
- name: Setup .env
run: mv .env.sample .env
- name: Build
run: pnpm build