Skip to content

chore(deps-dev): bump tslib from 2.3.1 to 2.6.2 #1106

chore(deps-dev): bump tslib from 2.3.1 to 2.6.2

chore(deps-dev): bump tslib from 2.3.1 to 2.6.2 #1106

Workflow file for this run

name: Editor Unit, Integration Test
on: pull_request
jobs:
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: toastmark unit, integration test
run: |
npm run test:ci toastmark
- name: editor unit, integration test
run: |
npm run test:ci editor