From 183a0cae7819b79d8cb2e71c1c3c50519c69e7fc Mon Sep 17 00:00:00 2001 From: Ry Racherbaumer Date: Thu, 6 Jun 2024 06:27:05 -0500 Subject: [PATCH] WIP --- .github/workflows/release-node-bindings.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release-node-bindings.yml b/.github/workflows/release-node-bindings.yml index b768d3970..024f48fb1 100644 --- a/.github/workflows/release-node-bindings.yml +++ b/.github/workflows/release-node-bindings.yml @@ -38,6 +38,7 @@ jobs: uses: actions/setup-node@v4 with: node-version-file: ".node-version" + cache-dependency-path: "bindings_node/yarn.lock" cache: "yarn" env: SKIP_YARN_COREPACK_CHECK: "1"