Skip to content

Commit

Permalink
Adding missing node dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentraymond-ua committed Apr 29, 2024
1 parent 24705bd commit 86d6d15
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/tests-and-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 86d6d15

Please sign in to comment.