Skip to content

Commit 81c3c01

Browse files
committed
chore(env): 设置最低Node.js版本为18
- 在.nvmrc文件中指定Node.js版本要求为18及以上 - 确保开发环境和部署环境使用一致的Node版本 - 方便团队成员通过nvm自动切换到正确版本 - 避免因Node版本差异导致的兼容性问题
1 parent ba3ce85 commit 81c3c01

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
>=18

0 commit comments

Comments
 (0)