Skip to content

Bump monaco-editor from 0.37.1 to 0.39.0 #298

Bump monaco-editor from 0.37.1 to 0.39.0

Bump monaco-editor from 0.37.1 to 0.39.0 #298

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@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Run make release
run: make release
- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
files: |
release/*.xz