From 250d07f6b0cf75d076b9c40dc00673210ee82e31 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 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 10a6aa4..354c651 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -64,6 +64,12 @@ jobs: needs: [test] runs-on: macos-latest steps: + - name: set up node + uses: actions/setup-node@v4 + with: + # the dependencies for the Homebrew package need to be the ones for + # the Node version specified here + node-version: 23.2.0 - name: checkout uses: actions/checkout@v4 - name: build