mirror of https://github.com/waku-org/js-waku.git
Cache npm cache in GitHub CI
This commit is contained in:
parent
1f6a794db4
commit
26c1511ee8
|
@ -44,6 +44,12 @@ jobs:
|
||||||
with:
|
with:
|
||||||
node-version: '14'
|
node-version: '14'
|
||||||
|
|
||||||
|
- name: Cache npm cache
|
||||||
|
uses: actions/cache@v2
|
||||||
|
with:
|
||||||
|
path: ~/.npm
|
||||||
|
key: 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…
Reference in New Issue