use pnpm config

This commit is contained in:
Fractal-Tess
2024-01-24 23:30:35 +02:00
parent d23cc89e51
commit 29e7df001b
3 changed files with 11 additions and 23 deletions

View File

@@ -30,7 +30,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 20
cache: 'pnpm'
cache: pnpm
- name: Install dependencies
run: pnpm install --frozen-lockfile