Skip to content

fix(deps): update dependency @sentry/gatsby to v7.61.0 #8822

fix(deps): update dependency @sentry/gatsby to v7.61.0

fix(deps): update dependency @sentry/gatsby to v7.61.0 #8822

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "14"
- run: npm install -g pnpm
- run: pnpm install
- run: pnpm pretest
- run: pnpm test
- uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true