Skip to content

Commit bd2baba

Browse files
authored
Update ci-pipeline.yml with cache-dependecy-path for Website
1 parent edbcc9c commit bd2baba

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci-pipeline.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
with:
3434
node-version: 22.x
3535
cache: 'npm'
36+
cache-dependency-path: Website/package-lock.json
3637
- name: 📦 Install dependencies
3738
run: npm ci
3839
working-directory: Website

0 commit comments

Comments
 (0)