mirror of
https://github.com/logos-messaging/logos-messaging-js.git
synced 2026-06-07 12:29:29 +00:00
fix(ci): caching is already handled by npm-install action
This commit is contained in:
parent
d7181da98b
commit
dd30a56f15
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -42,12 +42,6 @@ jobs:
|
|||||||
cd nim-waku/build
|
cd nim-waku/build
|
||||||
./wakunode2 --help
|
./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
|
- name: install using npm ci
|
||||||
uses: bahmutov/npm-install@v1
|
uses: bahmutov/npm-install@v1
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user