From b049730135b9af37f16a41e43835879713615696 Mon Sep 17 00:00:00 2001 From: ScottyPoi Date: Fri, 19 Jan 2024 21:55:35 -0700 Subject: [PATCH] workflow: revert cache addition --- .github/workflows/browser.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/workflows/browser.yml b/.github/workflows/browser.yml index bdd91c3b41..38ea022bb4 100644 --- a/.github/workflows/browser.yml +++ b/.github/workflows/browser.yml @@ -31,16 +31,6 @@ jobs: node-version: ${{ matrix.node-version }} cache: 'npm' - - name: Cache dependencies - uses: actions/cache@v3 - with: - path: | - ~/.npm - node_modules - key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }} - restore-keys: | - ${{ runner.os }}-node- - - run: npm ci --include=peer --strict-peer-deps - run: npm run test:browser -w=@ethereumjs/rlp