From 24647878e0ccedab5be5e0b9ae360bde46bca9c2 Mon Sep 17 00:00:00 2001 From: James Wood Date: Mon, 9 Dec 2024 18:21:12 -0800 Subject: [PATCH] no cache --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ee5066a..552ef17 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -32,7 +32,7 @@ jobs: uses: actions/setup-node@v4 with: node-version: ${{ env.NODE_VERSION }} - cache: 'npm' + cache: 'none' # Step 4: Install Lerna globally - name: Install Lerna