add pnpm setup

This commit is contained in:
David Blass
2025-10-13 15:14:51 -04:00
parent a7a0e87fd8
commit d79564db5e
3 changed files with 4 additions and 2 deletions
+2
View File
@@ -26,6 +26,8 @@ runs:
node-version: "24"
cache: "pnpm"
cache-dependency-path: ${{ github.action_path }}/pnpm-lock.yaml
- name: Setup pnpm
uses: pnpm/action-setup@v4
- name: Install dependencies
run: pnpm install
shell: bash