Skip to content

Update to Sentry v8 SDKs #867

Update to Sentry v8 SDKs

Update to Sentry v8 SDKs #867

Workflow file for this run

name: Test
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
install-build-test:
name: 'Test'
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v3
- name: Setup Node.js 16.18
uses: actions/setup-node@v3
with:
node-version: 16.18
- name: Install Dependencies
run: yarn
- name: Build & Test & Lint
run: yarn turbo run build test lint