Add deprecation date

pull/28/head
Danny McCormick 2019-08-12 16:07:40 -04:00
parent ff2076a23f
commit eda06fbbdf
1 changed files with 2 additions and 2 deletions

View File

@ -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'