chore: add pnpm install to workflow

This commit is contained in:
Danny Avila
2024-07-13 08:44:58 -04:00
parent 732d07156a
commit 1ffe1d4c44

View File

@@ -16,6 +16,10 @@ jobs:
with:
node-version: '18'
- name: Install pnpm
run: |
npm install -g pnpm
- name: Install dependencies
run: pnpm install