Skip to content

chore(deps-dev): bump @types/node from 17.0.23 to 20.4.4 #1089

chore(deps-dev): bump @types/node from 17.0.23 to 20.4.4

chore(deps-dev): bump @types/node from 17.0.23 to 20.4.4 #1089

Workflow file for this run

name: Plugin Unit, Integration Test
on: pull_request
jobs:
plugin-test:
name: Unit, Integration Test
runs-on: ubuntu-latest
steps:
- name: Checkout branch
uses: actions/checkout@v2
- name: Use Node.js 15.x
uses: actions/[email protected]
with:
node-version: '15.x'
- name: Install
run: |
npm install
- name: build toastmark
run: |
npm run build toastmark
- name: build editor
run: |
npm run build editor
- name: chart plugin unit, integration test
run: |
npm run test:ci chart
- name: color syntax plugin unit, integration test
run: |
npm run test:ci color
- name: code syntax highlighting plugin unit, integration test
run: |
npm run test:ci code
- name: table merged cell plugin unit, integration test
run: |
npm run test:ci table
- name: uml plugin unit, integration test
run: |
npm run test:ci uml