Skip to content

Commit 31d2e9d

Browse files
Fix cache dependency path in NPM publish workflow
1 parent 0ff7254 commit 31d2e9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-npm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
node-version: '24'
3434
registry-url: 'https://registry.npmjs.org'
3535
cache: 'pnpm'
36-
cache-dependency-path: framework/platform/packages/pnpm-lock.yaml
36+
cache-dependency-path: platform/packages/pnpm-lock.yaml
3737

3838
- name: Install dependencies
3939
run: pnpm install --frozen-lockfile

0 commit comments

Comments
 (0)