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 81cbf68 commit 2116d9d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@ jobs:
- name: Setup Graphviz
uses: ts-graphviz/setup-graphviz@v2
run: |
brew upgrade node
if [ "$RUNNER_OS" == "macOS" ]; then
brew upgrade node
fi
- name: Show Node.js version
run: |
node --version
Expand Down

0 comments on commit 2116d9d

Please sign in to comment.