Skip to content
This repository has been archived by the owner on Mar 22, 2024. It is now read-only.

Update to monaco-languageclient 7.0.1 #32

Update to monaco-languageclient 7.0.1

Update to monaco-languageclient 7.0.1 #32

Workflow file for this run

name: Build
on:
push:
branches:
- '**'
tags-ignore:
- '**'
pull_request:
branches:
- main
jobs:
build:
name: monaco-languageclient-ng-example
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '18'
- name: Build
shell: bash
run: |
npm ci
npm run build
npm run lint