Skip to content

Commit fee5f8f

Browse files
committed
chore: update CI workflow to cache dependencies using package-lock.json
1 parent 648f250 commit fee5f8f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
with:
3636
global-json-file: global.json
3737
cache: 'true'
38+
cache-dependency-path: '**/package-lock.json'
3839

3940
- name: Set Default TAG
4041
run: echo "TAG=v0.0.0" >> $GITHUB_ENV

0 commit comments

Comments
 (0)