mirror of
https://gitea.com/actions/setup-node.git
synced 2024-11-24 11:09:33 +01:00
Update action.yml
This commit is contained in:
parent
9a99bb3e35
commit
f1f26bf735
1 changed files with 2 additions and 0 deletions
|
@ -19,3 +19,5 @@ inputs:
|
||||||
runs:
|
runs:
|
||||||
using: 'node12'
|
using: 'node12'
|
||||||
main: 'lib/setup-node.js'
|
main: 'lib/setup-node.js'
|
||||||
|
- name: Setup Node.js for use with actions
|
||||||
|
uses: actions/setup-node@v1.1.0
|
||||||
|
|
Loading…
Reference in a new issue