Skip to content

Commit ed90921

Browse files
committed
fix(ci): node setup cannot setup due to lock file missing
1 parent 61f6faa commit ed90921

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release-sdk.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,13 @@ jobs:
1919
- uses: pnpm/action-setup@v4
2020
with:
2121
run_install: false
22-
package_json_file: ./apis/sdk/typescript/package.json
22+
package_json_file: apis/sdk/typescript/package.json
2323
- uses: actions/setup-node@v5
2424
with:
2525
cache: pnpm
2626
node-version: latest
2727
registry-url: https://registry.npmjs.org
28+
cache-dependency-path: 'apis/sdk/typescript/pnpm-lock.yaml'
2829
- working-directory: apis/sdk/typescript
2930
run: pnpm install --frozen-lockfile
3031
- working-directory: apis/sdk/typescript

0 commit comments

Comments
 (0)