From 11bd75ff0f7335e921f8a2c122337d26ba668b31 Mon Sep 17 00:00:00 2001 From: test Date: Sun, 14 Jan 2024 15:15:01 +0800 Subject: [PATCH] Fix ci --- .github/workflows/smart_contracts.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/smart_contracts.yml b/.github/workflows/smart_contracts.yml index a14afa0..dee194d 100644 --- a/.github/workflows/smart_contracts.yml +++ b/.github/workflows/smart_contracts.yml @@ -27,6 +27,7 @@ jobs: with: node-version: "16.x" cache: "npm" + cache-dependency-path: "contracts/yarn.lock" - name: Install Node dependencies run: |