Skip to content

chore(deps-dev): bump @types/mdast from 4.0.3 to 4.0.4 in the unified group #105

chore(deps-dev): bump @types/mdast from 4.0.3 to 4.0.4 in the unified group

chore(deps-dev): bump @types/mdast from 4.0.3 to 4.0.4 in the unified group #105

Workflow file for this run

name: CI Test
on:
push:
branches:
- master
pull_request:
branches:
- '**'
workflow_dispatch:
jobs:
unit-test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 16
cache: yarn
- name: Install dependencies
run: yarn install
- name: Run tests
run: yarn test-ci