Skip to content

[Snyk] Upgrade monaco-editor from 0.44.0 to 0.45.0 #2423

[Snyk] Upgrade monaco-editor from 0.44.0 to 0.45.0

[Snyk] Upgrade monaco-editor from 0.44.0 to 0.45.0 #2423

Workflow file for this run

name: build-check
on:
workflow_dispatch:
pull_request:
types: [opened, reopened, synchronize]
branches:
- master
push:
branches:
- master
jobs:
build-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '18'
- name: Build docusaurus
run: |
cd website && yarn
yarn build:preview
env:
NODE_OPTIONS: --max-old-space-size=8192