Skip to content

[Snyk] Security upgrade @sentry/nextjs from 8.30.0 to 8.32.0 #1

[Snyk] Security upgrade @sentry/nextjs from 8.30.0 to 8.32.0

[Snyk] Security upgrade @sentry/nextjs from 8.30.0 to 8.32.0 #1

Workflow file for this run

name: CI
on: pull_request
jobs:
ci:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: NPM clean install
run: npm ci
- name: Lint check
run: npm run lint
# - name: Test
# run: npm run test
- name: Build
run: npm run build