Skip to content

chore(deps): bump rollup and @sentry/nextjs #80

chore(deps): bump rollup and @sentry/nextjs

chore(deps): bump rollup and @sentry/nextjs #80

Workflow file for this run

name: Checking
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.x]
steps:
- name: Checkout
uses: actions/[email protected]
- name: Setup Node.js environment
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: npm install
- name: Run tests
run: npm test