Skip to content

chore(deps): bump @sentry/node from 7.57.0 to 7.66.0 #44

chore(deps): bump @sentry/node from 7.57.0 to 7.66.0

chore(deps): bump @sentry/node from 7.57.0 to 7.66.0 #44

Workflow file for this run

name: CI
on:
pull_request:
branches: [main]
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@v2
with:
node-version: ${{ matrix.node-version }}
- name: Install pnpm
run: npm install -g pnpm
- name: Install dependencies
run: pnpm install
- name: Build the project
run: pnpm run build
- name: Typecheck the project
run: pnpm run typecheck