Skip to content

Bump @sentry/browser from 7.51.1 to 7.92.0 #142

Bump @sentry/browser from 7.51.1 to 7.92.0

Bump @sentry/browser from 7.51.1 to 7.92.0 #142

Workflow file for this run

name: "Tests"
on: [push, pull_request]
jobs:
build:
name: "Run tests"
runs-on: ubuntu-latest
steps:
- name: "Checkout the repository"
uses: actions/checkout@v4
- name: "Set up Node 18"
uses: actions/setup-node@v4
with:
node-version: 18
- name: "Install Node dependencies"
run: |
npm install
- name: "Run lint and tests"
run: |
npx grunt test