Fix CI workflow: correct cache-dependency-path relative to working-directory

This commit is contained in:
2026-02-01 01:52:49 +00:00
parent afcc1b74e3
commit e9f1e63029

View File

@@ -22,7 +22,7 @@ jobs:
with:
node-version: '20'
cache: 'npm'
cache-dependency-path: ai-context-generator-cli/package-lock.json
cache-dependency-path: package-lock.json
- run: npm install
- run: npm run build
- run: npm test