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
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,10 @@ inputs:
25
25
description: 'Used to specify a package manager for caching in the default directory. Supported values: npm, yarn, pnpm.'
26
26
cache-dependency-path:
27
27
description: 'Used to specify the path to a dependency file: package-lock.json, yarn.lock, etc. Supports wildcards or a list of file names for caching multiple dependencies.'
28
+
mirror:
29
+
description: 'Used to specify an alternative mirror to downlooad Node.js binaries from'
30
+
mirror-token:
31
+
description: 'The token used as Authorization header when fetching from the mirror'
28
32
# TODO: add input to control forcing to pull from cloud or dist.
29
33
# escape valve for someone having issues or needing the absolute latest which isn't cached yet
0 commit comments