33#  GitHub Action: Setup Node.js
44
55<div align =" center " >
6- <img src =" https://opengraph.githubassets.com/0e54b99e7f052e2a353659bcb048b76224cb355f919e9772252049df8eec3976 /hoverkraft-tech/ci-github-nodejs " width =" 60px " align =" center " alt =" Setup Node.js " />
6+ <img src =" https://opengraph.githubassets.com/8c7d895c661d9793e64c7551c409ca4fe0d8a9e400ec1aaa14400aa9a2b7a69a /hoverkraft-tech/ci-github-nodejs " width =" 60px " align =" center " alt =" Setup Node.js " />
77</div >
88
99---
@@ -43,6 +43,10 @@ Action to setup Node.js and install dependencies according to the package manage
4343 #
4444 # Default: `.`
4545 working-directory : .
46+
47+ # Optional registry to set up for auth.
48+ # See https://github.com/actions/setup-node?tab=readme-ov-file#usage.
49+ registry-url : " "
4650` ` `
4751
4852<!-- usage:end -->
@@ -51,11 +55,13 @@ Action to setup Node.js and install dependencies according to the package manage
5155
5256## Inputs
5357
54- | **Input** | **Description** | **Required** | **Default** |
55- | ------------------------ | ---------------------------------------------------------- | ------------ | ----------- |
56- | **` dependencies-cache`** | List of dependencies for which the cache should be managed | **false** | - |
57- | **`working-directory`** | Working directory where the dependencies are installed. | **false** | `.` |
58- | | Can be absolute or relative to the repository root. | | |
58+ | **Input** | **Description** | **Required** | **Default** |
59+ | ------------------------ | --------------------------------------------------------------------- | ------------ | ----------- |
60+ | **` dependencies-cache`** | List of dependencies for which the cache should be managed | **false** | - |
61+ | **`working-directory`** | Working directory where the dependencies are installed. | **false** | `.` |
62+ | | Can be absolute or relative to the repository root. | | |
63+ | **`registry-url`** | Optional registry to set up for auth. | **false** | - |
64+ | | See <https://github.com/actions/setup-node?tab=readme-ov-file#usage>. | | |
5965
6066<!-- inputs:end -->
6167
0 commit comments