Skip to content

Commit 50bc52b

Browse files
committed
Fix CI cache configuration
Remove specific cache-dependency-path to fix npm cache resolution in GitHub Actions. Let setup-node action auto-detect package-lock.json location.
1 parent 7bd64fe commit 50bc52b

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ jobs:
1919
with:
2020
node-version: '18'
2121
cache: 'npm'
22-
cache-dependency-path: 'package-lock.json'
2322

2423
- name: Install dependencies
2524
run: npm ci

.github/workflows/webapp-dev.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ jobs:
1313
with:
1414
node-version: '18'
1515
cache: 'npm'
16-
cache-dependency-path: 'package-lock.json'
1716

1817
- name: Install dependencies
1918
run: npm ci

0 commit comments

Comments
 (0)