install brew

This commit is contained in:
Tyler Mayoff 2025-09-02 20:39:04 -04:00
parent 3ab5add6c9
commit 07836177dd

View file

@ -26,6 +26,7 @@ jobs:
continue-on-error: false
steps:
- run: |
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
brew install nodejs
- uses: actions/checkout@v4