From c0e1eb0fa3feca70c3a5e03351f8a84f2ee165ce Mon Sep 17 00:00:00 2001 From: Kevin Cameron Date: Fri, 9 Jan 2026 19:49:26 -0800 Subject: [PATCH] disable cache --- .github/workflows/static.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index db184e6..63d1267 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -23,7 +23,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version-file: .nvmrc - cache: npm # cache node_modules for faster builds + # cache: npm # cache node_modules for faster builds - name: Install dependencies run: npm ci # ci (not install) to install exact versions from package-lock.json