From 4507d58ba7e2439db15273ed1ba045c5666caf59 Mon Sep 17 00:00:00 2001 From: Plamen Totev Date: Fri, 20 Oct 2023 15:54:35 +0300 Subject: [PATCH] Remove npm cache as it is not working out of the box --- .github/workflows/build.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2fafae6..5609a79 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -22,7 +22,6 @@ jobs: uses: actions/setup-node@v3 with: node-version: 18 - cache: 'npm' - name: Build the backend uses: gradle/gradle-build-action@v2 with: