Skip to content

Commit a7949c3

Browse files
committed
chore(config): 配置npm注册表和Node版本
- 新增.npmrc文件,指定npm注册表地址为https://registry.npmjs.org - 新增.nvmrc文件,指定Node.js版本为22
1 parent ca9d683 commit a7949c3

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
registry=https://registry.npmjs.org

.nvmrc

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

0 commit comments

Comments
 (0)