install pnpm in release workflow

This commit is contained in:
itsMapleLeaf
2022-07-22 17:17:51 -05:00
parent c93815b9f9
commit be5ec7c545

View File

@@ -21,6 +21,9 @@ jobs:
with:
node-version: 16.x
- name: Install pnpm
run: npm install -g pnpm
- name: Install Dependencies
run: pnpm install --frozen-lockfile