From 250b8c7fbfe083042b6f4379bef67649cac75940 Mon Sep 17 00:00:00 2001 From: Philip Peterson Date: Fri, 25 Apr 2025 23:19:38 -0700 Subject: [PATCH] wip --- .github/actions/build/action.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/actions/build/action.yml b/.github/actions/build/action.yml index 735354bf..f83b81f7 100644 --- a/.github/actions/build/action.yml +++ b/.github/actions/build/action.yml @@ -14,6 +14,10 @@ runs: uses: actions/setup-node@v4 with: node-version: ${{ inputs.node-version }} + cache: "yarn" + + - name: Install Yarn + run: npm install -g yarn - name: Fix node-gyp and Python shell: bash