This commit is contained in:
arabcoders 2025-05-22 23:59:04 +03:00
parent 5e2369897a
commit 24b67c8838

View file

@ -109,7 +109,7 @@ jobs:
- name: Install Node.js - name: Install Node.js
uses: actions/setup-node@v4 uses: actions/setup-node@v4
with: with:
cache-dependency-path: ui/pnpm-lock.yaml cache-dependency-path: './ui/pnpm-lock.yaml'
node-version: 20 node-version: 20
cache: "pnpm" cache: "pnpm"