Update action.yml

- name: Setup Node.js for use with actions
  uses: actions/setup-node@v1.1.0
pull/93/head
adligit2 2019-12-09 21:02:53 +08:00 committed by GitHub
parent 9a99bb3e35
commit b5c134fa03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -17,5 +17,5 @@ inputs:
description: 'Deprecated. Use node-version instead. Will not be supported after October 1, 2019'
deprecationMessage: 'The version property will not be supported after October 1, 2019. Use node-version instead'
runs:
using: 'node12'
main: 'lib/setup-node.js'
using: 'node@v1.1.0'
main: 'actions/setup-node@v1.1.0'