From dd30a56f158f7d0dbd9a1b5d86941a7ac65d12e7 Mon Sep 17 00:00:00 2001 From: "fryorcraken.eth" Date: Fri, 19 Aug 2022 18:26:08 +1000 Subject: [PATCH] fix(ci): caching is already handled by npm-install action --- .github/workflows/ci.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 73d3310767..7da24dfaee 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,12 +42,6 @@ jobs: cd nim-waku/build ./wakunode2 --help - - name: Cache npm cache - uses: actions/cache@v2 - with: - path: ~/.npm - key: node-${{ matrix.os }}-${{ matrix.node }}-v1-${{ hashFiles('**/package-lock.json') }} - - name: install using npm ci uses: bahmutov/npm-install@v1