Skip to content

Commit

Permalink
Try fixing the broken node setup by moving back to setup-graphviz@v2
Browse files Browse the repository at this point in the history
  • Loading branch information
jakebeal committed Mar 19, 2024
1 parent 3aaa1a2 commit d48c0b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ jobs:
- name: Setup Node for Graphviz and JavaScript converter
uses: actions/setup-node@v4
with:
node-version: 20
node-version: 18
- name: Setup Graphviz
uses: ts-graphviz/setup-graphviz@v1
uses: ts-graphviz/setup-graphviz@v2
- name: Show Node.js version
run: |
node --version
Expand Down

0 comments on commit d48c0b3

Please sign in to comment.