Skip to content

Bump monaco-editor from 0.48.0 to 0.50.0 #445

Bump monaco-editor from 0.48.0 to 0.50.0

Bump monaco-editor from 0.48.0 to 0.50.0 #445

Workflow file for this run

name: CI
on: [ push, pull_request ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: Run make release
run: make release
- name: Release
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
with:
files: |
release/*.xz