1
0
Fork 0
mirror of https://github.com/actions/setup-node synced 2025-04-09 18:35:51 +00:00

Update action.yml

- name: Setup Node.js for use with actions
  uses: actions/setup-node@v1.1.0
This commit is contained in:
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

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'