mirror of
https://github.com/logos-messaging/examples.waku.org.git
synced 2026-01-07 15:23:06 +00:00
fix: caching is already handled by setup-node
This commit is contained in:
parent
c5505aeffa
commit
1a6136d6c1
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
@ -50,13 +50,6 @@ jobs:
|
|||||||
node-version: "16"
|
node-version: "16"
|
||||||
cache: ${{ steps.pm.outputs.pm }}
|
cache: ${{ steps.pm.outputs.pm }}
|
||||||
|
|
||||||
- name: (npm) Cache npm cache
|
|
||||||
if: steps.pm.outputs.pm == 'npm'
|
|
||||||
uses: actions/cache@v2
|
|
||||||
with:
|
|
||||||
path: ~/.npm
|
|
||||||
key: examples-node-v1-${{ hashFiles('**/package-lock.json') }}
|
|
||||||
|
|
||||||
- name: (npm) ${{ matrix.example }} install using npm ci
|
- name: (npm) ${{ matrix.example }} install using npm ci
|
||||||
if: steps.pm.outputs.pm == 'npm'
|
if: steps.pm.outputs.pm == 'npm'
|
||||||
run: npm ci
|
run: npm ci
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user