Skip to content

Commit 2893b3a

Browse files
committed
chore: update CI workflow to use packages.lock.json for dependency caching
1 parent fee5f8f commit 2893b3a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

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

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

0 commit comments

Comments
 (0)