chore(nx/ci): fix wrong cache

This commit is contained in:
Elian Doran
2025-04-27 12:03:12 +03:00
parent 54202c55d2
commit d4b5f9508f
3 changed files with 4 additions and 4 deletions

View File

@@ -13,7 +13,7 @@ runs:
uses: actions/setup-node@v4
with:
node-version: 22
cache: "npm"
cache: "pnpm"
- name: Install dependencies
shell: bash
run: pnpm install --frozen-lockfile