mirror of https://github.com/waku-org/js-waku.git
fix(ci): caching is already handled by npm-install action
This commit is contained in:
parent
d7181da98b
commit
dd30a56f15
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue