fix(ci): caching is already handled by npm-install action

This commit is contained in:
fryorcraken.eth 2022-08-19 18:26:08 +10:00
parent d7181da98b
commit dd30a56f15
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4
1 changed files with 0 additions and 6 deletions

View File

@ -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