Skip to content

chore(deps-dev): bump monaco-editor-webpack-plugin from 4.1.1 to 7.0.1 #1242

chore(deps-dev): bump monaco-editor-webpack-plugin from 4.1.1 to 7.0.1

chore(deps-dev): bump monaco-editor-webpack-plugin from 4.1.1 to 7.0.1 #1242

Workflow file for this run

name: test
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.14.0]
steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: Web
run: |
npm install
npm run test
env:
CI: true