You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: action.yml
+5
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,10 @@ inputs:
9
9
node-version:
10
10
description: "Override the default node version, or override what is specified in your project's volta config"
11
11
required: false
12
+
node-registry-url:
13
+
description: "Optional registry to set up for auth. Will set the registry in a project level .npmrc and .yarnrc file, and set up auth to read in from env.NODE_AUTH_TOKEN."
14
+
required: false
15
+
default: ''
12
16
pnpm-version:
13
17
description: 'Override the default pnpm version, which defaults to the latest 8.x'
0 commit comments