Skip to content

chore(deps): update dependency @sentry/nextjs to v10.27.0 [security] #3244

chore(deps): update dependency @sentry/nextjs to v10.27.0 [security]

chore(deps): update dependency @sentry/nextjs to v10.27.0 [security] #3244

Workflow file for this run

name: Build check
on:
push:
branches:
- main
- master
pull_request:
types:
- opened
- synchronize
- reopened
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- run: corepack enable
- uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
cache: 'yarn'
- run: yarn install
- run: yarn run build