Skip to content

Commit 7bbc0bf

Browse files
author
aligneddev
committed
Fix cache dependency path for Node.js setup in CI workflow
1 parent ca4b6dc commit 7bbc0bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
with:
3939
node-version: 24
4040
cache: npm
41-
cache-dependency-path: package-lock.json
41+
cache-dependency-path: src/BikeTracking.Frontend/package-lock.json
4242

4343
- name: Restore .NET dependencies
4444
run: dotnet restore BikeTracking.slnx

0 commit comments

Comments
 (0)