Skip to content

Bump @sentry/node from 8.22.0 to 8.28.0 #529

Bump @sentry/node from 8.22.0 to 8.28.0

Bump @sentry/node from 8.22.0 to 8.28.0 #529

Workflow file for this run

name: unit tests
on: [pull_request, workflow_dispatch]
jobs:
run_tests:
runs-on: ubuntu-latest
strategy:
matrix:
node:
- "16"
- "18"
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node }}
- run: npm install --production=false
- run: npm test