Skip to content

chore: Update Monaco Editor to version 0.48.0 and update dev dependen… #123

chore: Update Monaco Editor to version 0.48.0 and update dev dependen…

chore: Update Monaco Editor to version 0.48.0 and update dev dependen… #123

Workflow file for this run

# This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
name: Yarn Build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-node@v4
with:
node-version: 20
- run: yarn set version stable
- run: yarn install --immutable
- run: yarn build