From 5e5eefc1a4883332ccd6571f20f3c2d6d736b64c Mon Sep 17 00:00:00 2001 From: Anjorin Damilare Date: Wed, 13 Mar 2024 11:39:50 +0100 Subject: [PATCH] chore: make pnpm automatically install the specified version of Node.js (#433) --- .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