Fix cache dependency path in TypeScript workflow

This commit is contained in:
2025-05-25 15:54:13 +02:00
parent ca602bd0bd
commit 3926a2726e

View File

@@ -25,7 +25,7 @@ jobs:
with:
node-version: "22"
cache: "npm"
cache-dependency-path: "package-lock.json"
cache-dependency-path: "./app/package-lock.json"
- name: Install dependencies
run: npm ci