Skip to content

Commit

Permalink
remove npm cache
Browse files Browse the repository at this point in the history
  • Loading branch information
g1nt0ki committed May 19, 2022
1 parent 5f0ac24 commit 599fe9c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,6 @@ jobs:
fileOutput: 'json'
- name: Check out repository code
uses: actions/checkout@v2
- name: Get npm cache
uses: actions/cache@v3
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
- name: Run changes files through test script
run: |
RUN_FILES=$(
Expand Down
2 changes: 1 addition & 1 deletion projects/kdswap/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -125,4 +125,4 @@ module.exports = {
kadena: {
tvl: fetch,
},
};
}

0 comments on commit 599fe9c

Please sign in to comment.