Skip to content

chore(deps): bump monaco-editor from 0.41.0 to 0.51.0 #345

chore(deps): bump monaco-editor from 0.41.0 to 0.51.0

chore(deps): bump monaco-editor from 0.41.0 to 0.51.0 #345

Workflow file for this run

name: Unit Test - Node
on:
pull_request:
paths:
- "ui/**"
- "prql-js/**"
- "prql-browser/**"
- "protos/**"
- "package-lock.json"
- "package.json"
jobs:
unit-test:
name: Unit Test - Node
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- run: |
curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
name: Install wasm-pack
- run: npm ci
- run: npm test
- run: npm run build