chore: npm caching (#19410)

This commit is contained in:
Min Idzelis
2025-06-24 07:16:09 -04:00
committed by GitHub
parent 6c7b2e4b5c
commit bfe32c2bb9
5 changed files with 35 additions and 0 deletions

View File

@@ -38,6 +38,9 @@ jobs:
with:
node-version-file: './cli/.nvmrc'
registry-url: 'https://registry.npmjs.org'
cache: 'npm'
cache-dependency-path: '**/package-lock.json'
- name: Prepare SDK
run: npm ci --prefix ../open-api/typescript-sdk/
- name: Build SDK