Skip to content

Commit 4723c56

Browse files
committed
chore: bump minimum Node version to 20
The @pinecone-database/pinecone v7.x SDK requires Node >=20. CI already runs on Node 24, so this aligns the declared engines field with reality.
1 parent ce89f8f commit 4723c56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,6 @@
6464
"url": "https://github.com/pinecone-io/pinecone-mcp/issues"
6565
},
6666
"engines": {
67-
"node": ">=18.0.0"
67+
"node": ">=20.0.0"
6868
}
6969
}

0 commit comments

Comments
 (0)