Skip to content

build(deps): bump @mdit/plugin-footnote from 0.12.0 to 0.13.1 #44

build(deps): bump @mdit/plugin-footnote from 0.12.0 to 0.13.1

build(deps): bump @mdit/plugin-footnote from 0.12.0 to 0.13.1 #44

Workflow file for this run

name: Build and Test
on:
pull_request:
branches:
- main
jobs:
build:
name: Build and Test
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: latest
- name: Set up PNPM
uses: pnpm/action-setup@v3
with:
version: latest
- name: Install dependencies
run: pnpm install
- name: Build project
run: pnpm build