Skip to content

Commit

Permalink
workflow: revert cache addition
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottyPoi committed Jan 20, 2024
1 parent 1e434ca commit b049730
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/browser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b049730

Please sign in to comment.