Skip to content

chore(deps-dev): bump rehype-slug from 5.0.1 to 6.0.0 #231

chore(deps-dev): bump rehype-slug from 5.0.1 to 6.0.0

chore(deps-dev): bump rehype-slug from 5.0.1 to 6.0.0 #231

Workflow file for this run

name: CI
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version-file: '.nvmrc'
cache: 'yarn'
- run: yarn
- run: yarn test:ci