Skip to content

fix(deps): update dependency unist-util-find to v1.0.4 #229

fix(deps): update dependency unist-util-find to v1.0.4

fix(deps): update dependency unist-util-find to v1.0.4 #229

Workflow file for this run

name: Test
on:
- push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: lts/*
cache: yarn
- name: Installing
run: yarn --frozen-lockfile
- name: Lint
run: yarn test:lint
- name: Tests
run: yarn test