Skip to content

Bump @sentry/nextjs from 7.83.0 to 7.102.1 #134

Bump @sentry/nextjs from 7.83.0 to 7.102.1

Bump @sentry/nextjs from 7.83.0 to 7.102.1 #134

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
cache: npm
- name: Prepare .env
run: cp .env.example .env
- run: npm ci
- run: make lint