From 3ddb22d4b3e5392a3a46712dc5abc67e2c068bdb Mon Sep 17 00:00:00 2001 From: spinline Date: Fri, 30 Jan 2026 01:19:24 +0300 Subject: [PATCH] fix: Disable Node cache for reliability --- .github/workflows/build-mips.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/build-mips.yml b/.github/workflows/build-mips.yml index e40f92f..15cbaed 100644 --- a/.github/workflows/build-mips.yml +++ b/.github/workflows/build-mips.yml @@ -20,8 +20,6 @@ jobs: uses: actions/setup-node@v4 with: node-version: '20' - cache: 'npm' - cache-dependency-path: '**/package-lock.json' - name: Install Rust uses: dtolnay/rust-toolchain@nightly