Skip to content

Commit

Permalink
See if adjusting from node 18 to node 20 will allow macos build to work
Browse files Browse the repository at this point in the history
  • Loading branch information
jakebeal committed Mar 19, 2024
1 parent 0119f31 commit 3aaa1a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Setup Node for Graphviz and JavaScript converter
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
- name: Setup Graphviz
uses: ts-graphviz/setup-graphviz@v1
- name: Show Node.js version
Expand Down

0 comments on commit 3aaa1a2

Please sign in to comment.