Skip to content

chore(deps): bump next-mdx-remote from 0.0.0-canary-20240321205249 to 4.4.1 #69

chore(deps): bump next-mdx-remote from 0.0.0-canary-20240321205249 to 4.4.1

chore(deps): bump next-mdx-remote from 0.0.0-canary-20240321205249 to 4.4.1 #69

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@v3
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 16
cache: yarn
- name: Install dependencies
run: yarn install
- name: Run tests
run: yarn test-ci