Skip to content

Bump katex from 0.16.7 to 0.16.10 #251

Bump katex from 0.16.7 to 0.16.10

Bump katex from 0.16.7 to 0.16.10 #251

Workflow file for this run

name: CI
on:
pull_request:
branches: [ main ]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/[email protected]
- name: Setup Node 🔧
uses: actions/setup-node@v2
with:
node-version: '16'
cache: 'npm'
cache-dependency-path: package-lock.json
- name: Install npm dependencies 🔧
run: npm install
- name: Run Lint Check
run: npm run lint
- name: Run Type Check
run: npx tsc