From f8b31609110286e08656dffa8d5ff26d06982d26 Mon Sep 17 00:00:00 2001 From: Anjorin Damilare Date: Tue, 12 Mar 2024 21:39:01 +0100 Subject: [PATCH] chore: make pnpm automatically install the specified version of Node.js --- .npmrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.npmrc b/.npmrc index ef109fbd6..a03c1a8e0 100644 --- a/.npmrc +++ b/.npmrc @@ -2,7 +2,7 @@ engine-strict=true strict-peer-dependencies=false auto-install-peers=true lockfile=true -registry=https://registry.npmjs.org/ +use-node-version=20.9.0 save-prefix='' # http-proxy=http://127.0.0.1:7890 -# https-proxy=http://127.0.0.1:7890 \ No newline at end of file +# https-proxy=http://127.0.0.1:7890