Skip to content

chore(deps): bump @sentry/tracing from 7.36.0 to 7.76.0 #2264

chore(deps): bump @sentry/tracing from 7.36.0 to 7.76.0

chore(deps): bump @sentry/tracing from 7.36.0 to 7.76.0 #2264

Workflow file for this run

name: Check formatting
on:
push:
branches:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: 18.x
- uses: actions/cache@v3
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
- run: npm ci
- run: npm run check-format