From 08e6245f65b5cc1b8f13b78f917a3da0eed15906 Mon Sep 17 00:00:00 2001 From: Jannis Baum Date: Thu, 21 Nov 2024 11:23:29 -0400 Subject: [PATCH] fix(#191): macos ci node version --- .github/workflows/ci.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 10a6aa4..bde8627 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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