Skip to content

deps(dashboard)(deps): Bump monaco-editor from 0.52.2 to 0.55.1 in /apps/dashboard #39

deps(dashboard)(deps): Bump monaco-editor from 0.52.2 to 0.55.1 in /apps/dashboard

deps(dashboard)(deps): Bump monaco-editor from 0.52.2 to 0.55.1 in /apps/dashboard #39

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
verify:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest]
node: [20, 22]
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
cache: pnpm
- run: pnpm install --frozen-lockfile
- run: pnpm -r build
- run: pnpm -r typecheck
- run: pnpm -r test