Skip to content

chore(deps): update dependency @sentry/browser to v9 #1193

chore(deps): update dependency @sentry/browser to v9

chore(deps): update dependency @sentry/browser to v9 #1193

Workflow file for this run

name: Test package
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
# checkout
- uses: actions/checkout@v4
# prepare
- uses: actions/setup-node@v4.2.0
with:
node-version: '18'
registry-url: 'https://registry.npmjs.org'
- run: yarn install --frozen-lockfile
# build
- run: yarn run lint
- run: yarn run build