From 966bee275c3f58099c275b9821c214c35c46a2a8 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Thu, 22 Jul 2021 04:44:25 -0400 Subject: [PATCH] CI: Temporarily disable NPM cache due to a bug in the setup-node action Getting "Cache folder path is retrieved for npm but doesn't exist on disk: /home/runner/.npm" in the "Post Install Node" step for all runs --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 519a56914a..836d4348ff 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: uses: actions/setup-node@v2 with: node-version: 14 - cache: npm + #cache: npm # On GitHub - name: Install xvfb