Fix pkglock path

This commit is contained in:
2026-01-04 15:16:27 +01:00
parent a2a123ebd3
commit a2cbdb6386

View File

@@ -40,7 +40,7 @@ jobs:
with:
node-version: '20'
cache: 'npm'
cache-dependency-path: src/main/node/package-lock.json
cache-dependency-path: package-lock.json
- name: Install dependencies
working-directory: src/main/node
run: npm ci