fix(ci): pnpm markdown cache

This commit is contained in:
Barrett Ruth 2025-09-20 12:26:55 -04:00
parent 8a66b92684
commit 0b35ff8f8e

View file

@ -135,7 +135,6 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: '20'
cache: 'pnpm'
- name: Install prettier
run: pnpm add -g prettier@3.1.0
- name: Check markdown formatting with prettier