From cd1735d6b76a1a46d4d3e9d7bb8f5d2c6db2c7f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=A5=E6=B5=A9?= Date: Wed, 20 Aug 2025 12:52:45 +0800 Subject: [PATCH] =?UTF-8?q?build:=20=E5=8D=87=E7=BA=A7=20Node.js=20?= =?UTF-8?q?=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将 .npmrc 文件中的 use-node-version 从 22.15.0 修改为 22.18.0 - 此次升级旨在使用最新版本的 Node.js,以获得更好的性能和安全性 --- .npmrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.npmrc b/.npmrc index 4f48f84..e0d589f 100644 --- a/.npmrc +++ b/.npmrc @@ -5,7 +5,7 @@ registry=https://registry.npmjs.org/ # registry=https://nexus.oo1.dev/repository/npm/ # https://pnpm.io/zh/npmrc#node-mirrorltreleasedir -use-node-version=22.15.0 +use-node-version=22.18.0 node-mirror:release=https://npmmirror.com/mirrors/node/ # pnpm config set node-mirror:release=https://npmmirror.com/mirrors/node/ node-mirror:rc=https://npmmirror.com/mirrors/node-rc/ node-mirror:nightly=https://npmmirror.com/mirrors/node-nightly/