From 131dc23e466a5f9237da5d5c540cef2b1c6a7dc5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=A5=E6=B5=A9?= Date: Fri, 27 Sep 2024 09:33:12 +0800 Subject: [PATCH] Update .npmrc to remove use-node-version directive --- .npmrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.npmrc b/.npmrc index f178a53..c834608 100644 --- a/.npmrc +++ b/.npmrc @@ -3,7 +3,7 @@ registry=https://registry.npmjs.org/ registry=https://r-npm.oo1.dev # https://pnpm.io/zh/npmrc#node-mirrorltreleasedir -use-node-version=20.17.0 +# use-node-version=20.17.0 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/