From eda06fbbdf8ac1259e323f4273762eb3e3d649df Mon Sep 17 00:00:00 2001 From: Danny McCormick Date: Mon, 12 Aug 2019 16:07:40 -0400 Subject: [PATCH] Add deprecation date --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 71a82679..49c9efe6 100644 --- a/action.yml +++ b/action.yml @@ -9,9 +9,9 @@ inputs: 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' scope: description: 'Optional scope for authenticating against scoped registries' -# Deprecated option, u +# Deprecated option, do not use. Will not be supported after October 1, 2019 version: - description: 'Deprecated. Use node-version instead' + description: 'Deprecated. Use node-version instead. Will not be supported after October 1, 2019' runs: using: 'node12' main: 'lib/setup-node.js'