mirror of
https://github.com/status-im/js-waku-examples.git
synced 2025-02-25 21:25:28 +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:
|
||||
node-version: "16"
|
||||
cache: ${{ steps.pm.outputs.pm }}
|
||||
cache-dependency-path: "*/pnpm-lock.yaml"
|
||||
|
||||
- name: (npm) ${{ matrix.example }} install using npm ci
|
||||
if: steps.pm.outputs.pm == 'npm'
|
||||
|
Loading…
x
Reference in New Issue
Block a user