Skip to content

Commit 4d88539

Browse files
shixishclaude
andcommitted
Pin pnpm via packageManager
pnpm/action-setup@v4 now hard-requires an explicit version — none of ci.yml, integration.yml, or release.yml pinned one, so every workflow run here has been failing at the setup step (confirmed via gh run list, not just release.yml's new dry run). packageManager is the field pnpm/action-setup reads automatically, fixing all three workflows from one place instead of patching each one's action-setup step. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
1 parent 54aa447 commit 4d88539

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"version": "0.2.0",
44
"description": "LangChain integration for the Diffbot APIs — Knowledge Graph, Extract, Web Search, NLP entities, Crawl, and the Diffbot LLM RAG endpoint",
55
"type": "module",
6+
"packageManager": "pnpm@10.33.0",
67
"main": "./dist/index.cjs",
78
"module": "./dist/index.js",
89
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)