From 29e8c0172ae490d6cc8b0011cf1f77f1cd52374c Mon Sep 17 00:00:00 2001 From: Antoine du Hamel Date: Fri, 15 May 2026 12:54:38 +0200 Subject: [PATCH] doc: remove Node.js 18 mention in README --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index b3102ec22..dd32b4ad0 100644 --- a/README.md +++ b/README.md @@ -328,8 +328,6 @@ same major line. Should you need to upgrade to a new major, use an explicit Only keys that start with `COREPACK_` and are not in the exception list (`COREPACK_ENABLE_DOWNLOAD_PROMPT` and `COREPACK_ENV_FILE` are ignored) will be taken into account. - For Node.js 18.x users, this setting has no effect as that version doesn't - support parsing of `.env` files. - `COREPACK_HOME` can be set in order to define where Corepack should install the package managers. By default it is set to `%LOCALAPPDATA%\node\corepack`