Skip to content

Bump katex from 0.16.9 to 0.16.10 #26

Bump katex from 0.16.9 to 0.16.10

Bump katex from 0.16.9 to 0.16.10 #26

Workflow file for this run

name: Node.js build and test
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use node 20
uses: actions/setup-node@v3
with:
node-version: '18.x'
cache: 'npm'
- run: npm install
- run: npm run check
- run: npm run build --if-present
- run: npm test