<?xml version="1.0" encoding="UTF-8"?>
<!-- AUTOGENERATED FILE. DO NOT EDIT. -->
<feed xmlns="http://www.w3.org/2005/Atom">
  <id>tag:google.com,2016:gaestd-node-release-notes</id>
  <title>App Engine standard environment Node.js - Release notes</title>
  <link rel="self" href="https://docs.cloud.google.com/feeds/gaestd-node-release-notes.xml"/>
  <author>
    <name>Google Cloud Platform</name>
  </author>
  <updated>2026-02-12T00:00:00-08:00</updated>

  <entry>
    <title>February 12, 2026</title>
    <id>tag:google.com,2016:gaestd-node-release-notes#February_12_2026</id>
    <updated>2026-02-12T00:00:00-08:00</updated>
    <link rel="alternate" href="https://docs.cloud.google.com/appengine/docs/standard/nodejs/release-notes#February_12_2026"/>
    <content type="html"><![CDATA[<h3>Feature</h3>
<p>Support for deploying your existing apps in the standard environment to Cloud Run using
the <code>gcloud beta app migrate-to-run</code> command is in <a href="https://cloud.google.com/products/#product-launch-stages">Preview</a>. For more information, see <a href="https://docs.cloud.google.com/appengine/migration-center/run/migrate-app-engine-standard-to-run">Deploy an App Engine app in the standard environment to Cloud Run</a>.</p>
]]>
    </content>
  </entry>

  <entry>
    <title>November 20, 2025</title>
    <id>tag:google.com,2016:gaestd-node-release-notes#November_20_2025</id>
    <updated>2025-11-20T00:00:00-08:00</updated>
    <link rel="alternate" href="https://docs.cloud.google.com/appengine/docs/standard/nodejs/release-notes#November_20_2025"/>
    <content type="html"><![CDATA[<h3>Feature</h3>
<p>Support for <a href="https://docs.cloud.google.com/appengine/docs/standard/nodejs/runtime">Node.js 24 runtime</a> is in <a href="https://cloud.google.com/products/#product-launch-stages">General Availability</a>.</p>
]]>
    </content>
  </entry>

  <entry>
    <title>October 20, 2025</title>
    <id>tag:google.com,2016:gaestd-node-release-notes#October_20_2025</id>
    <updated>2025-10-20T00:00:00-07:00</updated>
    <link rel="alternate" href="https://docs.cloud.google.com/appengine/docs/standard/nodejs/release-notes#October_20_2025"/>
    <content type="html"><![CDATA[<h3>Feature</h3>
<p><a href="https://docs.cloud.google.com/appengine/docs/standard/secure-minimum-tls">Support for TLS version 1.2 and later</a>,
along with a corresponding secure set of cipher suites, is in General
Availability (GA).</p>
]]>
    </content>
  </entry>

  <entry>
    <title>August 07, 2025</title>
    <id>tag:google.com,2016:gaestd-node-release-notes#August_07_2025</id>
    <updated>2025-08-07T00:00:00-07:00</updated>
    <link rel="alternate" href="https://docs.cloud.google.com/appengine/docs/standard/nodejs/release-notes#August_07_2025"/>
    <content type="html"><![CDATA[<h3>Feature</h3>
<p>To increase security, starting in March 2025, support for Transport Layer Security (TLS) version 1.1 and earlier is deprecated. <a href="https://docs.cloud.google.com/appengine/docs/standard/secure-minimum-tls">Update your application settings</a> in the App Engine standard environment to use TLS version 1.2 and later, along with a corresponding secure set of cipher suites (Preview).</p>
]]>
    </content>
  </entry>

  <entry>
    <title>July 30, 2025</title>
    <id>tag:google.com,2016:gaestd-node-release-notes#July_30_2025</id>
    <updated>2025-07-30T00:00:00-07:00</updated>
    <link rel="alternate" href="https://docs.cloud.google.com/appengine/docs/standard/nodejs/release-notes#July_30_2025"/>
    <content type="html"><![CDATA[<h3>Feature</h3>
<p>Support for <a href="https://docs.cloud.google.com/appengine/docs/standard/nodejs/runtime">Node.js 24 runtime</a> is in <a href="https://cloud.google.com/products/#product-launch-stages">Preview</a>. Node.js 24 is in the Current release state and enters long-term support (LTS) in October 2025. For more information, see <a href="https://nodejs.org/en/blog/release/v24.0.0">Node.js v24.0.0 (Current)
</a> in the Node.js website.</p>
]]>
    </content>
  </entry>

  <entry>
    <title>March 18, 2025</title>
    <id>tag:google.com,2016:gaestd-node-release-notes#March_18_2025</id>
    <updated>2025-03-18T00:00:00-07:00</updated>
    <link rel="alternate" href="https://docs.cloud.google.com/appengine/docs/standard/nodejs/release-notes#March_18_2025"/>
    <content type="html"><![CDATA[<h3>Announcement</h3>
<p>Container Registry is now <a href="https://docs.cloud.google.com/artifact-registry/docs/transition/prepare-gcr-shutdown">shut down</a>. We recommend that you use <a href="https://docs.cloud.google.com/artifact-registry/docs/overview">Artifact Registry</a> for storing and managing container images. By default, new deployments created after March 5, 2025, use Artifact Registry instead of Container Registry for storing application build images. For more information, see <a href="https://docs.cloud.google.com/appengine/migration-center/migrate-to-artifact-registry">Migrate App Engine container images to Artifact Registry</a>.</p>
]]>
    </content>
  </entry>

  <entry>
    <title>March 03, 2025</title>
    <id>tag:google.com,2016:gaestd-node-release-notes#March_03_2025</id>
    <updated>2025-03-03T00:00:00-08:00</updated>
    <link rel="alternate" href="https://docs.cloud.google.com/appengine/docs/standard/nodejs/release-notes#March_03_2025"/>
    <content type="html"><![CDATA[<h3>Feature</h3>
<p>For new projects you create after March 2025, App Engine sets the automatic scaling maximum instances default for standard environment deployments to 20. This change doesn't impact existing apps. To override the default, specify a new <a href="https://docs.cloud.google.com/appengine/docs/standard/reference/app-yaml#scaling_elements"><code>max_instances</code></a> value in your <code>app.yaml</code> file, and deploy a new version or redeploy over an existing version.</p>
]]>
    </content>
  </entry>

  <entry>
    <title>December 09, 2024</title>
    <id>tag:google.com,2016:gaestd-node-release-notes#December_09_2024</id>
    <updated>2024-12-09T00:00:00-08:00</updated>
    <link rel="alternate" href="https://docs.cloud.google.com/appengine/docs/standard/nodejs/release-notes#December_09_2024"/>
    <content type="html"><![CDATA[<h3>Feature</h3>
<p><a href="https://docs.cloud.google.com/vpc/docs/configure-serverless-vpc-access#custom-constraints">Custom organization policies</a> for Serverless VPC Access connectors are now <a href="https://cloud.google.com/products/#product-launch-stages">generally available</a>, and can be applied to projects, folders, or organizations.</p>
]]>
    </content>
  </entry>

  <entry>
    <title>November 19, 2024</title>
    <id>tag:google.com,2016:gaestd-node-release-notes#November_19_2024</id>
    <updated>2024-11-19T00:00:00-08:00</updated>
    <link rel="alternate" href="https://docs.cloud.google.com/appengine/docs/standard/nodejs/release-notes#November_19_2024"/>
    <content type="html"><![CDATA[<h3>Feature</h3>
<p><a href="https://docs.cloud.google.com/appengine/docs/standard/nodejs/runtime">Node.js 22</a> is now <a href="https://cloud.google.com/products/#product-launch-stages">generally available</a>.</p>
]]>
    </content>
  </entry>

  <entry>
    <title>July 30, 2024</title>
    <id>tag:google.com,2016:gaestd-node-release-notes#July_30_2024</id>
    <updated>2024-07-30T00:00:00-07:00</updated>
    <link rel="alternate" href="https://docs.cloud.google.com/appengine/docs/standard/nodejs/release-notes#July_30_2024"/>
    <content type="html"><![CDATA[<h3>Feature</h3>
<p>In the App Engine page in the Google Cloud console, you can now filter your existing App Engine versions by <a href="https://docs.cloud.google.com/appengine/docs/standard/lifecycle/runtime-lifecycle">runtime lifecycle stages</a>. After you apply this filter, the console displays a warning icon for App Engine versions that are approaching end of support, have reached end of support, are deprecated, and are decomissioned.</p>
]]>
    </content>
  </entry>

  <entry>
    <title>July 12, 2024</title>
    <id>tag:google.com,2016:gaestd-node-release-notes#July_12_2024</id>
    <updated>2024-07-12T00:00:00-07:00</updated>
    <link rel="alternate" href="https://docs.cloud.google.com/appengine/docs/standard/nodejs/release-notes#July_12_2024"/>
    <content type="html"><![CDATA[<h3>Announcement</h3>
<p>Deployments for new projects might be impacted from the following changes to org
policies:</p>
<ul>
<li><p>Starting in May 2024, Google Cloud enforces <a href="//resource-manager/docs/secure-by-default-organizations">secure-by-default organization policies</a> for all organization resources. This policy
prevents App Engine from granting the <code>Editor</code> role to the App Engine default
services accounts by default.</p></li>
<li><p>Starting in June 2024, Cloud Build has changed the default behavior for how Cloud Build uses service accounts in new projects. This change is detailed in <a href="https://docs.cloud.google.com/build/docs/cloud-build-service-account-updates">Cloud Build Service Account Change</a>.  As a result of this change, new projects deploying versions for the first time may be using the default App Engine service account with <a href="https://docs.cloud.google.com/resource-manager/docs/organization-policy/restricting-service-accounts#disable_service_account_default_grants%22">insufficient permissions</a> for deploying versions. </p></li>
</ul>
<p>If you are impacted by this change you can do one of the following:</p>
<ul>
<li><p>Grant the <a href="https://docs.cloud.google.com/appengine/docs/standard/roles">Editor</a> role to the App Engine default service account.</p></li>
<li><p>Review the Cloud Build guidance on changes to the default service account and <a href="https://docs.cloud.google.com/build/docs/cloud-build-service-account-updates#what_do_you_need_to_do">opt out of these changes</a>.</p></li>
</ul>
]]>
    </content>
  </entry>

  <entry>
    <title>May 17, 2024</title>
    <id>tag:google.com,2016:gaestd-node-release-notes#May_17_2024</id>
    <updated>2024-05-17T00:00:00-07:00</updated>
    <link rel="alternate" href="https://docs.cloud.google.com/appengine/docs/standard/nodejs/release-notes#May_17_2024"/>
    <content type="html"><![CDATA[<h3>Feature</h3>
<p><a href="https://docs.cloud.google.com/appengine/docs/standard/nodejs/runtime">Node.js 22</a> is now available <a href="https://cloud.google.com/products/#product-launch-stages">in preview</a>.</p>
]]>
    </content>
  </entry>

  <entry>
    <title>January 30, 2024</title>
    <id>tag:google.com,2016:gaestd-node-release-notes#January_30_2024</id>
    <updated>2024-01-30T00:00:00-08:00</updated>
    <link rel="alternate" href="https://docs.cloud.google.com/appengine/docs/standard/nodejs/release-notes#January_30_2024"/>
    <content type="html"><![CDATA[<h3>Announcement</h3>
<p>Node.js 10, 12, 14, and 16 have reached <a href="https://docs.cloud.google.com/appengine/docs/standard/lifecycle/runtime-lifecycle#end_of_support">end of support</a> on January 30, 2024. Your existing applications using these versions will continue to run and receive traffic. However, App Engine might block re-deployments of applications that use runtimes <a href="https://docs.cloud.google.com/appengine/docs/standard/lifecycle/support-schedule#nodejs">after their end of support date</a>. We recommend that you <a href="https://docs.cloud.google.com/appengine/docs/standard/nodejs/runtime">upgrade to the latest supported version of Node.js</a>.</p>
]]>
    </content>
  </entry>

  <entry>
    <title>January 23, 2024</title>
    <id>tag:google.com,2016:gaestd-node-release-notes#January_23_2024</id>
    <updated>2024-01-23T00:00:00-08:00</updated>
    <link rel="alternate" href="https://docs.cloud.google.com/appengine/docs/standard/nodejs/release-notes#January_23_2024"/>
    <content type="html"><![CDATA[<h3>Feature</h3>
<p>The option to <a href="https://docs.cloud.google.com/appengine/docs/standard/connecting-vpc#update-connector">update a Serverless VPC Access connector</a> is now available at general availability (GA). This feature allows you to edit the machine (instance) type, as well as the minimum and maximum number of instances.</p>
]]>
    </content>
  </entry>

  <entry>
    <title>December 21, 2023</title>
    <id>tag:google.com,2016:gaestd-node-release-notes#December_21_2023</id>
    <updated>2023-12-21T00:00:00-08:00</updated>
    <link rel="alternate" href="https://docs.cloud.google.com/appengine/docs/standard/nodejs/release-notes#December_21_2023"/>
    <content type="html"><![CDATA[<h3>Change</h3>
<p>A warning message now appears before you publish a container image to a public repository.</p>
]]>
    </content>
  </entry>

  <entry>
    <title>August 07, 2023</title>
    <id>tag:google.com,2016:gaestd-node-release-notes#August_07_2023</id>
    <updated>2023-08-07T00:00:00-07:00</updated>
    <link rel="alternate" href="https://docs.cloud.google.com/appengine/docs/standard/nodejs/release-notes#August_07_2023"/>
    <content type="html"><![CDATA[<h3>Change</h3>
<p>Accessing a service that's prohibited by the <b>Internal</b> or <b>Internal and Cloud Load Balancing</b> <a href="https://docs.cloud.google.com/appengine/docs/standard/ingress-settings">ingress setting</a> now results in a <code>404</code> rather than <code>403</code> error code.</p>
]]>
    </content>
  </entry>

  <entry>
    <title>June 26, 2023</title>
    <id>tag:google.com,2016:gaestd-node-release-notes#June_26_2023</id>
    <updated>2023-06-26T00:00:00-07:00</updated>
    <link rel="alternate" href="https://docs.cloud.google.com/appengine/docs/standard/nodejs/release-notes#June_26_2023"/>
    <content type="html"><![CDATA[<h3>Feature</h3>
<p>The <a href="https://docs.cloud.google.com/appengine/docs/standard/nodejs/runtime">Node.js 20 runtime</a> for App Engine standard environment is now <a href="https://cloud.google.com/products/#product-launch-stages">generally available</a>. Note that Node.js 20 enters long-term support (LTS) in October and is the Node.js "Current" version until that time. We encourage you to explore the new features and benefits included in this release to evaluate their potential impact on your applications. For more information, see the <a class="external" href="https://nodejs.org/en/blog/announcements/v20-release-announce" target="_blank">Node.js 20 announcement</a> .</p>
]]>
    </content>
  </entry>

  <entry>
    <title>June 01, 2023</title>
    <id>tag:google.com,2016:gaestd-node-release-notes#June_01_2023</id>
    <updated>2023-06-01T00:00:00-07:00</updated>
    <link rel="alternate" href="https://docs.cloud.google.com/appengine/docs/standard/nodejs/release-notes#June_01_2023"/>
    <content type="html"><![CDATA[<h3>Feature</h3>
<p>You can use the <a href="https://pnpm.io/installation">Pnpm</a> package manager to configure dependencies for Node.js runtimes. <a href="https://docs.cloud.google.com/appengine/docs/standard/nodejs/runtime#dependencies">Learn how to configure your runtime</a>.</p>
]]>
    </content>
  </entry>

  <entry>
    <title>May 05, 2023</title>
    <id>tag:google.com,2016:gaestd-node-release-notes#May_05_2023</id>
    <updated>2023-05-05T00:00:00-07:00</updated>
    <link rel="alternate" href="https://docs.cloud.google.com/appengine/docs/standard/nodejs/release-notes#May_05_2023"/>
    <content type="html"><![CDATA[<h3>Feature</h3>
<p>The <a href="https://docs.cloud.google.com/appengine/docs/standard/nodejs/runtime">Node.js 20 runtime</a> for App Engine standard environment is now available in <a href="https://cloud.google.com/products/#product-launch-stages">preview</a>. Note that Node.js 20 enters long-term support (LTS) in October and is the Node.js "Current" version until that time. We encourage you to explore the new features and benefits included in this release to evaluate their potential impact on your applications. For more information, see the <a class="external" href="https://nodejs.org/en/blog/announcements/v20-release-announce" target="_blank">Node.js 20 announcement</a> .</p>
]]>
    </content>
  </entry>

  <entry>
    <title>May 01, 2023</title>
    <id>tag:google.com,2016:gaestd-node-release-notes#May_01_2023</id>
    <updated>2023-05-01T00:00:00-07:00</updated>
    <link rel="alternate" href="https://docs.cloud.google.com/appengine/docs/standard/nodejs/release-notes#May_01_2023"/>
    <content type="html"><![CDATA[<h3>Change</h3>
<p><a href="https://docs.cloud.google.com/appengine/docs/standard#instance_classes">Memory limits</a> for second-generation runtimes have been increased to better support the growing memory utilization of many newer runtimes.</p>
]]>
    </content>
  </entry>

  <entry>
    <title>April 11, 2023</title>
    <id>tag:google.com,2016:gaestd-node-release-notes#April_11_2023</id>
    <updated>2023-04-11T00:00:00-07:00</updated>
    <link rel="alternate" href="https://docs.cloud.google.com/appengine/docs/standard/nodejs/release-notes#April_11_2023"/>
    <content type="html"><![CDATA[<h3>Breaking</h3>
<p>Changes to the default behavior of the
<a href="https://docs.cloud.google.com/docs/buildpacks/nodejs">Node.js buildpacks</a> are
rolling out over the next few days.</p>
<p>For all the services using the Node.js runtime, <code>npm run build</code> now automatically runs during deployment if you have the npm <code>build</code> script defined in your <code>package.json</code> file.</p>
<p><strong>Important</strong>:  To prevent your build from running the <code>npm run build</code> script, you must either:</p>
<ul>
<li>Add a <code>gcp-build</code> script with an empty value in your <code>package.json</code> file:
<code>"gcp-build":""</code>. For details about configuring the <code>package.json</code>, see 
<a href="https://docs.cloud.google.com/appengine/docs/standard/nodejs/running-custom-build-step">Node.js buildpacks configurations</a>.</li>
<li>Add the <a href="https://docs.cloud.google.com/docs/buildpacks/nodejs#google_node_run_scripts"><code>GOOGLE_NODE_RUN_SCRIPTS</code></a> build environment variable with an empty value such as <code>GOOGLE_NODE_RUN_SCRIPTS=""</code>. For details about specifying build environment variables see
<a href="https://docs.cloud.google.com/appengine/docs/standard/reference/app-yaml?tab=node.js#runtime_and_app_elements">build_env_variables</a>.</li>
</ul>
]]>
    </content>
  </entry>

  <entry>
    <title>April 05, 2023</title>
    <id>tag:google.com,2016:gaestd-node-release-notes#April_05_2023</id>
    <updated>2023-04-05T00:00:00-07:00</updated>
    <link rel="alternate" href="https://docs.cloud.google.com/appengine/docs/standard/nodejs/release-notes#April_05_2023"/>
    <content type="html"><![CDATA[<h3>Feature</h3>
<p>The Node.js runtime now supports the use of Yarn 2 for <a href="https://docs.cloud.google.com/appengine/docs/standard/nodejs/specifying-dependencies#private_dependencies_with_artifact_registry">configuring private modules hosted in Artifact Registry</a>.</p>
]]>
    </content>
  </entry>

  <entry>
    <title>January 17, 2023</title>
    <id>tag:google.com,2016:gaestd-node-release-notes#January_17_2023</id>
    <updated>2023-01-17T00:00:00-08:00</updated>
    <link rel="alternate" href="https://docs.cloud.google.com/appengine/docs/standard/nodejs/release-notes#January_17_2023"/>
    <content type="html"><![CDATA[<h3>Feature</h3>
<p>The <a href="https://docs.cloud.google.com/appengine/docs/standard/nodejs/runtime">Node.js 18 runtime</a>  for App Engine standard environment is now  <a href="https://cloud.google.com/products/#product-launch-stages">generally available</a>.</p>
]]>
    </content>
  </entry>

  <entry>
    <title>December 21, 2022</title>
    <id>tag:google.com,2016:gaestd-node-release-notes#December_21_2022</id>
    <updated>2022-12-21T00:00:00-08:00</updated>
    <link rel="alternate" href="https://docs.cloud.google.com/appengine/docs/standard/nodejs/release-notes#December_21_2022"/>
    <content type="html"><![CDATA[<h3>Feature</h3>
<p>The option to <a href="https://docs.cloud.google.com/appengine/docs/standard/connecting-vpc#update-connector">update a Serverless VPC Access connector</a> is now available in preview. This feature allows you to edit the machine (instance) type, as well as the minimum and maximum number of instances.</p>
]]>
    </content>
  </entry>

  <entry>
    <title>December 13, 2022</title>
    <id>tag:google.com,2016:gaestd-node-release-notes#December_13_2022</id>
    <updated>2022-12-13T00:00:00-08:00</updated>
    <link rel="alternate" href="https://docs.cloud.google.com/appengine/docs/standard/nodejs/release-notes#December_13_2022"/>
    <content type="html"><![CDATA[<h3>Feature</h3>
<p>You can now use any configured <a href="https://docs.cloud.google.com/iam/docs/service-accounts">service account</a> in your Cloud project as the <a href="https://docs.cloud.google.com/appengine/docs/standard/configure-service-accounts">app-level default service account</a>, while creating and updating your App Engine applications.</p>
]]>
    </content>
  </entry>

  <entry>
    <title>December 07, 2022</title>
    <id>tag:google.com,2016:gaestd-node-release-notes#December_07_2022</id>
    <updated>2022-12-07T00:00:00-08:00</updated>
    <link rel="alternate" href="https://docs.cloud.google.com/appengine/docs/standard/nodejs/release-notes#December_07_2022"/>
    <content type="html"><![CDATA[<h3>Feature</h3>
<p>The <a href="https://docs.cloud.google.com/appengine/docs/standard/nodejs/runtime">Node.js 18 runtime</a>  for App Engine standard environment is now available in <a href="https://cloud.google.com/products/#product-launch-stages">Preview</a>.</p>
]]>
    </content>
  </entry>

  <entry>
    <title>November 01, 2022</title>
    <id>tag:google.com,2016:gaestd-node-release-notes#November_01_2022</id>
    <updated>2022-11-01T00:00:00-07:00</updated>
    <link rel="alternate" href="https://docs.cloud.google.com/appengine/docs/standard/nodejs/release-notes#November_01_2022"/>
    <content type="html"><![CDATA[<h3>Feature</h3>
<p><a href="https://docs.cloud.google.com/appengine/docs/standard/testing-and-deploying-your-app#build-env-vars">Build environment variables</a> support is now generally available.</p>
]]>
    </content>
  </entry>

  <entry>
    <title>May 18, 2022</title>
    <id>tag:google.com,2016:gaestd-node-release-notes#May_18_2022</id>
    <updated>2022-05-18T00:00:00-07:00</updated>
    <link rel="alternate" href="https://docs.cloud.google.com/appengine/docs/standard/nodejs/release-notes#May_18_2022"/>
    <content type="html"><![CDATA[<h3>Feature</h3>
<p>Specifying a <a href="https://docs.cloud.google.com/appengine/docs/standard/nodejs/user-managed-service-accounts">user-managed service account</a> for each App Engine version during deployment is now  <a href="https://cloud.google.com/products/#general-availability">generally available</a>.</p>
]]>
    </content>
  </entry>

  <entry>
    <title>March 24, 2022</title>
    <id>tag:google.com,2016:gaestd-node-release-notes#March_24_2022</id>
    <updated>2022-03-24T00:00:00-07:00</updated>
    <link rel="alternate" href="https://docs.cloud.google.com/appengine/docs/standard/nodejs/release-notes#March_24_2022"/>
    <content type="html"><![CDATA[<h3>Feature</h3>
<p>Support for Serverless VPC Access connectors in Shared VPC host projects is now at general availability (GA). Learn about the <a href="https://docs.cloud.google.com/appengine/docs/standard/nodejs/connecting-shared-vpc#host-project">advantages</a> of this method and how to <a href="https://docs.cloud.google.com/appengine/docs/standard/nodejs/shared-vpc-host-project">configure connectors in host projects</a>.</p>
]]>
    </content>
  </entry>

  <entry>
    <title>February 15, 2022</title>
    <id>tag:google.com,2016:gaestd-node-release-notes#February_15_2022</id>
    <updated>2022-02-15T00:00:00-08:00</updated>
    <link rel="alternate" href="https://docs.cloud.google.com/appengine/docs/standard/nodejs/release-notes#February_15_2022"/>
    <content type="html"><![CDATA[<h3>Feature</h3>
<p>Node.js apps now support <a href="https://docs.cloud.google.com/appengine/docs/standard/nodejs/specifying-dependencies#private_dependencies_with_artifact_registry">private dependencies hosted on an Artifact Registry Node.js package repository</a>. To include private dependencies, list the Artifact Registry repository and configure settings for authenticating with the registry in your <code>.npmrc</code> file.</p>
]]>
    </content>
  </entry>

</feed>
