fix: only cache pnpm projects

Intent is to move all projects to same package manager.
This commit is contained in:
fryorcraken.eth 2022-08-08 09:58:16 +10:00
parent 1a6136d6c1
commit 4c96150095
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4
1 changed files with 1 additions and 0 deletions

View File

@ -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'