Skip to content

chore(deps): bump @sentry/react from 8.9.2 to 8.13.0 in /client #1383

chore(deps): bump @sentry/react from 8.9.2 to 8.13.0 in /client

chore(deps): bump @sentry/react from 8.9.2 to 8.13.0 in /client #1383

Workflow file for this run

name: CI
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: /client/.nvmrc
- uses: actions/cache@v4
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
${{ runner.os }}-node-
- run: make init/ci
- run: make test/ci