Skip to content

Bump @sentry/tracing from 7.54.0 to 7.56.0 #1569

Bump @sentry/tracing from 7.54.0 to 7.56.0

Bump @sentry/tracing from 7.54.0 to 7.56.0 #1569

Workflow file for this run

name: Lint code
concurrency:
group: ${{ github.ref }}-lint-js
cancel-in-progress: true
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
lint:
runs-on: ubuntu-latest
env:
NPM_GITHUB_TOKEN: ${{ secrets.NPM_GITHUB_PAT }}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "lts/*"
cache: "npm"
- run: npm ci
- run: npm run lint