From 7dc69cd991866d396e6052a1a045f6cd6a404a37 Mon Sep 17 00:00:00 2001 From: Subhamoy Biswas Date: Tue, 17 Dec 2024 01:02:34 +0530 Subject: [PATCH] (ci/cd): disabled node cache --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bf07d00..0ac1a81 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -36,7 +36,7 @@ jobs: uses: actions/setup-node@v4 with: node-version: lts/* - cache: 'npm' + # cache: 'npm' - name: 🛠️ install Rust stable uses: dtolnay/rust-toolchain@stable