add pnpm setup
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user