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:
parent
9a99bb3e35
commit
b5c134fa03
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue