Skip to content

Commit 9a3f0b9

Browse files
committed
change node -v in readme
1 parent a68729b commit 9a3f0b9

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
**Prerequisites (MUST):**
2727

2828
- [Python 2.7+](https://www.python.org/downloads/)
29-
- [Node.js 22+](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm)
29+
- [Node.js 23.1+](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm)
3030
- [pnpm](https://pnpm.io/installation)
3131

3232
### Edit the .env file

README_CN.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
**前置要求(必须):**
2525

26-
- [Node.js 22+](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm)
26+
- [Node.js 23+](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm)
2727
- Nodejs安装
2828
- [pnpm](https://pnpm.io/installation)
2929
- 使用pnpm

docs/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ _As seen powering [@DegenSpartanAI](https://x.com/degenspartanai) and [@MarcAInd
1919

2020
**Prerequisites (MUST):**
2121

22-
- [Node.js 22+](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm)
22+
- [Node.js 23+](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm)
2323
- [pnpm](https://pnpm.io/installation)
2424

2525
### Edit the .env file

docs/README_CN.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
**前置要求(必须):**
2525

26-
- [Node.js 22+](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm)
26+
- [Node.js 23+](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm)
2727
- Nodejs安装
2828
- [pnpm](https://pnpm.io/installation)
2929
- 使用pnpm

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
}
3030
},
3131
"engines": {
32-
"node": ">=22"
32+
"node": ">=23"
3333
},
3434
"dependencies": {
3535
"ollama-ai-provider": "^0.16.1",

0 commit comments

Comments
 (0)