Skip to content

fix(deps): update sentry-javascript monorepo to v7.109.0 #355

fix(deps): update sentry-javascript monorepo to v7.109.0

fix(deps): update sentry-javascript monorepo to v7.109.0 #355

Workflow file for this run

name: CI
on:
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: "19.x"
- name: Run Yarn
run: yarn
- name: Run build
run: yarn build