From bfae2e30d87309a8806b223e07b3c961b53dd129 Mon Sep 17 00:00:00 2001 From: Kegan Dougal Date: Wed, 1 Nov 2023 15:10:56 +0000 Subject: [PATCH] Point to yarn.lock --- .github/workflows/tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index f5df200..4125ef2 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -21,10 +21,10 @@ jobs: # Install Node, Go and Rust, along with libolm and gotestfmt - name: Setup | Node.js 18.x uses: actions/setup-node@v3 - working-directory: js-sdk with: node-version: 18 cache: 'yarn' + cache-dependency-path: "js-sdk/yarn.lock" - name: Setup | Go uses: actions/setup-go@v4 - name: Setup | Rust stable