From 1f2f4e4216f6033bc9906029d74105891fab88e7 Mon Sep 17 00:00:00 2001 From: diptarafd3t-cell Date: Mon, 27 Apr 2026 02:01:29 +0600 Subject: [PATCH] Update npm registry documentation with access note Added note about accessing the official npm registry. --- .../working-with-the-npm-registry.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/packages/working-with-a-github-packages-registry/working-with-the-npm-registry.md b/content/packages/working-with-a-github-packages-registry/working-with-the-npm-registry.md index 1b1e9d2afd8c..2119dfa9c561 100644 --- a/content/packages/working-with-a-github-packages-registry/working-with-the-npm-registry.md +++ b/content/packages/working-with-a-github-packages-registry/working-with-the-npm-registry.md @@ -252,3 +252,4 @@ If your instance has subdomain isolation disabled: {% data variables.product.prodname_registry %} allows you to access the official npm registry at `registry.npmjs.com`, if your {% data variables.product.prodname_ghe_server %} administrator has enabled this feature. For more information, see [Connecting to the official npm registry](/admin/packages/configuring-package-ecosystem-support-for-your-enterprise#connecting-to-the-official-npm-registry). {% endif %} +v-2