fix: only cache pnpm projects
Intent is to move all projects to same package manager.
This commit is contained in:
parent
1a6136d6c1
commit
4c96150095
|
@ -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…
Reference in New Issue