mirror of
https://github.com/actions/setup-node.git
synced 2026-02-16 11:14:52 +08:00
check failures fix
This commit is contained in:
@@ -16,6 +16,9 @@ inputs:
|
||||
default: false
|
||||
registry-url:
|
||||
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.'
|
||||
mirror-url:
|
||||
description: 'Custom mirror URL to download Node.js from (optional)'
|
||||
required: false
|
||||
scope:
|
||||
description: 'Optional scope for authenticating against scoped registries. Will fall back to the repository owner when using the GitHub Packages registry (https://npm.pkg.github.com/).'
|
||||
token:
|
||||
|
||||
Reference in New Issue
Block a user