chore: fix prettier wkflw

This commit is contained in:
Jacob Nguyen
2022-12-30 11:06:26 -06:00
parent d69819e9fc
commit ddacbd6e38

View File

@@ -24,6 +24,9 @@ jobs:
with: with:
node-version: 17 node-version: 17
- name : Install pnpm
- run: npm i -g pnpm
# Prettier must be in `package.json` # Prettier must be in `package.json`
- name: Install Node.js dependencies - name: Install Node.js dependencies
run: pnpm i -D prettier && pnpm i run: pnpm i -D prettier && pnpm i