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
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,9 @@ inputs:
8
8
node-version:
9
9
description: 'Version Spec of the version to use. Examples: 10.x, 10.15.1, >=10.15.0'
10
10
default: '10.x'
11
+
node-mirror:
12
+
description: 'Use a mirror of node binaries.'
13
+
default: 'https://nodejs.org/dist'
11
14
registry-url:
12
15
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'
0 commit comments