mirror of
https://github.com/logos-messaging/examples.waku.org.git
synced 2026-01-05 22:33:08 +00:00
fix: only cache pnpm projects
Intent is to move all projects to same package manager.
This commit is contained in:
parent
1a6136d6c1
commit
4c96150095
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@ -49,6 +49,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
node-version: "16"
|
node-version: "16"
|
||||||
cache: ${{ steps.pm.outputs.pm }}
|
cache: ${{ steps.pm.outputs.pm }}
|
||||||
|
cache-dependency-path: "*/pnpm-lock.yaml"
|
||||||
|
|
||||||
- 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'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user