Skip to content

Commit

Permalink
fix(#191): macos ci node version
Browse files Browse the repository at this point in the history
  • Loading branch information
jannis-baum committed Nov 21, 2024
1 parent 23c3e71 commit 08e6245
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,13 @@ jobs:
needs: [test]
runs-on: macos-latest
steps:
- name: get Homebrew Node
# lists node dependencies, these need to be mirrored for the Homebrew package
run: |
brew update
brew install node
brew deps --tree --installed node
echo $PATH
- name: checkout
uses: actions/checkout@v4
- name: build
Expand Down

0 comments on commit 08e6245

Please sign in to comment.