Skip to content

Commit

Permalink
fix: remove npm ci cache, bump gas reporter to fixed version 1.0.8 se…
Browse files Browse the repository at this point in the history
…t ethers to fixed version 5.6.1
  • Loading branch information
kartojal committed Jul 28, 2022
1 parent 5097bc5 commit bbb2dfd
Show file tree
Hide file tree
Showing 3 changed files with 1,259 additions and 1,213 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,6 @@ jobs:
scope: '@aave'
env:
NODE_AUTH_TOKEN: ${{ secrets.PAT_PACKAGES_REGISTRY_READ_ONLY }}
- uses: actions/cache@v2
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
${{ runner.os }}-node-
- name: Install dependencies
run: npm ci
env:
Expand Down
Loading

0 comments on commit bbb2dfd

Please sign in to comment.