Skip to content

Commit

Permalink
Try forcing brew to upgrade node on Mac Runner
Browse files Browse the repository at this point in the history
  • Loading branch information
jakebeal committed Mar 4, 2024
1 parent 6169109 commit 81cbf68
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ jobs:
python -m pip install interrogate
- name: Setup Graphviz
uses: ts-graphviz/setup-graphviz@v2
run: |
brew upgrade node
- name: Show Node.js version
run: |
node --version
Expand Down

0 comments on commit 81cbf68

Please sign in to comment.