Skip to content

Commit 25cc088

Browse files
committed
add package lock
1 parent 093a0ba commit 25cc088

File tree

3 files changed

+2476
-0
lines changed

3 files changed

+2476
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
with:
3737
node-version: 24
3838
cache: 'npm'
39+
cache-dependency-path: package-lock.json
3940

4041
- name: Install dependencies
4142
run: npm ci

.github/workflows/sync-docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
with:
3737
node-version: 24
3838
cache: 'npm'
39+
cache-dependency-path: package-lock.json
3940

4041
- name: Install dependencies
4142
run: npm ci

0 commit comments

Comments
 (0)