Skip to content

chore(deps): bump @sentry/profiling-node from 8.30.0 to 8.33.0 #513

chore(deps): bump @sentry/profiling-node from 8.30.0 to 8.33.0

chore(deps): bump @sentry/profiling-node from 8.30.0 to 8.33.0 #513

Workflow file for this run

name: Build
on:
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v2
with:
version: latest
- uses: actions/setup-node@v3
with:
node-version: "18.x"
cache: "pnpm"
- name: Install dependencies
run: pnpm install --no-frozen-lockfile
- name: Run build
run: pnpm run build