Skip to content

chore(deps): bump mdast-util-to-hast from 13.2.0 to 13.2.1 #135

chore(deps): bump mdast-util-to-hast from 13.2.0 to 13.2.1

chore(deps): bump mdast-util-to-hast from 13.2.0 to 13.2.1 #135

Workflow file for this run

name: Test
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: .nvmrc
- run: yarn install --frozen-lockfile
- run: yarn ci