fix: Disable Node cache for reliability

This commit is contained in:
spinline
2026-01-30 01:19:24 +03:00
parent 2dff7bc88a
commit 3ddb22d4b3

View File

@@ -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