Skip to content

Commit f87512c

Browse files
committed
chore: #17 Fix npm dependency lock file path
Signed-off-by: Laurent Broudoux <laurent.broudoux@gmail.com>
1 parent f1ea56b commit f87512c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ jobs:
4444
node-version: 22.x
4545
registry-url: 'https://registry.npmjs.org'
4646
cache: 'npm'
47+
cache-dependency-path: 'cli/package-lock.json'
4748

4849
- name: Update npm to latest version # Ensure npm 11.5.1 or later for trusted publishing
4950
run: npm install -g npm@latest

0 commit comments

Comments
 (0)