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
No known key found for this signature in database
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

View File

@ -64,7 +64,7 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: 22
cache: "npm"
cache: "pnpm"
- run: pnpm install --frozen-lockfile
@ -96,7 +96,7 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: 22
cache: "npm"
cache: "pnpm"
- run: pnpm install --frozen-lockfile
- name: Run the unit tests

View File

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