Fix CI workflow: correct cache-dependency-path relative to working-directory
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user