Skip to content

Commit 804620d

Browse files
committed
chore: update node version in readme
1 parent adbb5a3 commit 804620d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,11 @@ pnpm i
1111
pnpm run dev
1212
```
1313

14-
This project requires Node.js to be `v14.0.0` or higher, because we use new JavaScript features in our code, such as optional chaining.
14+
This project requires Node.js to be `v18` or higher. And it is recommended to enable corepack:
1515

16+
```bash
17+
corepack enable
18+
```
1619

1720
## Working on the content
1821

0 commit comments

Comments
 (0)