Skip to content

build(deps): bump markdown-to-jsx from 7.2.1 to 7.5.0 #249

build(deps): bump markdown-to-jsx from 7.2.1 to 7.5.0

build(deps): bump markdown-to-jsx from 7.2.1 to 7.5.0 #249

Workflow file for this run

name: CI
on:
- push
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Use Node.js 14.x
uses: actions/setup-node@v1
with:
node-version: 14.x
- name: Run CI
run: |
yarn install
yarn build