Skip to content

fix: upgrade @sentry/nextjs from 7.45.0 to 7.46.0 #457

fix: upgrade @sentry/nextjs from 7.45.0 to 7.46.0

fix: upgrade @sentry/nextjs from 7.45.0 to 7.46.0 #457

Workflow file for this run

name: Linting
on:
- push
- pull_request
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [ 18.x ]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: npm install, build
run: npm ci
env:
CI: true
- name: Run linter
run: npm run lint