diff --git a/.github/workflows/tests-and-docs.yml b/.github/workflows/tests-and-docs.yml index dbffaf574b..cbcc92a034 100644 --- a/.github/workflows/tests-and-docs.yml +++ b/.github/workflows/tests-and-docs.yml @@ -80,7 +80,11 @@ jobs: with: node-version: 18 - name: Setup NodeJS Dependencies - run: npm install express + run: | + npm install express + npm install mathjax-node + npm install lodash + # Install dependencies - name: System-wide deps run: |