Skip to content

Bump @sentry/node from 7.56.0 to 7.64.0 #693

Bump @sentry/node from 7.56.0 to 7.64.0

Bump @sentry/node from 7.56.0 to 7.64.0 #693

Workflow file for this run

name: Dev
on:
push:
branches-ignore:
- main
jobs:
build:
runs-on: ubuntu-latest
env:
CI: true
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 16.x
- run: yarn install
- run: yarn test
- run: yarn run lint
- run: yarn dist
- run: yarn run coverage
- run: bash <(curl -s https://codecov.io/bash) -t ${{secrets.CODECOV_SECRET_TOKEN }}