Skip to content

Commit

Permalink
Fix #232 by adding explicit setup of Node.js, as suggested in ts-grap…
Browse files Browse the repository at this point in the history
  • Loading branch information
jakebeal committed Mar 19, 2024
1 parent 1534f77 commit 0119f31
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ jobs:
python -m pip install --upgrade pip
python -m pip install pytest
python -m pip install interrogate
- name: Setup Node for Graphviz and JavaScript converter
uses: actions/setup-node@v4
with:
node-version: 18
- name: Setup Graphviz
uses: ts-graphviz/setup-graphviz@v1
- name: Show Node.js version
Expand Down

0 comments on commit 0119f31

Please sign in to comment.