Skip to content

Bump @sentry/tracing from 7.101.1 to 7.108.0 #1974

Bump @sentry/tracing from 7.101.1 to 7.108.0

Bump @sentry/tracing from 7.101.1 to 7.108.0 #1974

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@v4
- uses: actions/setup-node@v4
with:
node-version-file: ".nvmrc"
cache: "npm"
- run: npm ci
- run: npm run lint