Skip to content

chore(deps-dev): bump @sentry/nextjs from 7.66.0 to 7.73.0 #1041

chore(deps-dev): bump @sentry/nextjs from 7.66.0 to 7.73.0

chore(deps-dev): bump @sentry/nextjs from 7.66.0 to 7.73.0 #1041

Workflow file for this run

name: Test
on:
push:
pull_request:
workflow_dispatch:
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Check out Git repository
uses: actions/checkout@v2
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 18
- name: Install project dependencies
run: yarn --prefer-offline
- name: Test project
run: yarn test