From 04126bc73b1e6b38f143950d204c7e28928c2f78 Mon Sep 17 00:00:00 2001 From: 13sixx <63448573+13sixx@users.noreply.github.com> Date: Mon, 20 Apr 2020 15:33:52 +0300 Subject: [PATCH] Update action.yml --- action.yml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 03910a44..ecbb202f 100644 --- a/action.yml +++ b/action.yml @@ -1,4 +1,16 @@ -name: 'Setup Node.js environment' +- name: Setup Node.js environment + uses: actions/setup-node@v1.4.1 + with: + # Set always-auth in npmrc + always-auth: # optional, default is false + # Version Spec of the version to use. Examples: 10.x, 10.15.1, >=10.15.0 + node-version: # optional, default is 10.x + # 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 + registry-url: # optional + # Optional scope for authenticating against scoped registries + scope: # optional + # Deprecated. Use node-version instead. Will not be supported after October 1, 2019 + version: # optional description: 'Setup a Node.js environment and add it to the PATH, additionally providing proxy support' author: 'GitHub' inputs: