We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1ea56b commit f87512cCopy full SHA for f87512c
1 file changed
.github/workflows/release.yml
@@ -44,6 +44,7 @@ jobs:
44
node-version: 22.x
45
registry-url: 'https://registry.npmjs.org'
46
cache: 'npm'
47
+ cache-dependency-path: 'cli/package-lock.json'
48
49
- name: Update npm to latest version # Ensure npm 11.5.1 or later for trusted publishing
50
run: npm install -g npm@latest
0 commit comments