mirror of
https://github.com/actions/setup-node
synced 2025-04-17 13:43:12 +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:
parent
9a99bb3e35
commit
b5c134fa03
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user