Skip to content

[Snyk] Security upgrade @sentry/node from 7.28.1 to 7.75.0 #8

[Snyk] Security upgrade @sentry/node from 7.28.1 to 7.75.0

[Snyk] Security upgrade @sentry/node from 7.28.1 to 7.75.0 #8

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x, 18.x, 19.x]
steps:
- uses: actions/checkout@v3
- uses: supercharge/redis-github-action@1.4.0
with:
redis-version: '6'
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm ci
- run: npm test -- --forceExit
env:
CI: true