Skip to content

Bump @sentry/browser from 7.108.0 to 8.33.0 #40

Bump @sentry/browser from 7.108.0 to 8.33.0

Bump @sentry/browser from 7.108.0 to 8.33.0 #40

Workflow file for this run

name: 'GameHub pull request'
on:
pull_request:
branches: [ master ]
paths:
- 'apps/gamehub-client/**'
- '.docker/GameHub**'
- '.github/workflows/gamehub**'
- 'yarn.lock'
env:
NODE_OPTIONS: --max-old-space-size=4096
jobs:
lint:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@main
- uses: ./.github/actions/prepare-nodejs
name: Prepare Node.js
- name: Lint code
run: yarn gamehub-client:lint
tsc:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@main
- uses: ./.github/actions/prepare-nodejs
name: Prepare Node.js
- name: TS check
run: yarn workspace @memebattle/gamehub-client run ts-check