We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61f6faa commit ed90921Copy full SHA for ed90921
.github/workflows/release-sdk.yml
@@ -19,12 +19,13 @@ jobs:
19
- uses: pnpm/action-setup@v4
20
with:
21
run_install: false
22
- package_json_file: ./apis/sdk/typescript/package.json
+ package_json_file: apis/sdk/typescript/package.json
23
- uses: actions/setup-node@v5
24
25
cache: pnpm
26
node-version: latest
27
registry-url: https://registry.npmjs.org
28
+ cache-dependency-path: 'apis/sdk/typescript/pnpm-lock.yaml'
29
- working-directory: apis/sdk/typescript
30
run: pnpm install --frozen-lockfile
31
0 commit comments