mirror of
https://github.com/actions/setup-node.git
synced 2025-04-21 02:19:22 +08:00
Create Action.yml
This commit is contained in:
parent
38d90ce44d
commit
3e40dd26f4
@ -1,3 +1,4 @@
|
||||
|
||||
name: 'Setup Node.js environment'
|
||||
description: 'Setup a Node.js environment by adding problem matchers and optionally downloading and adding it to the PATH'
|
||||
author: 'GitHub'
|
||||
@ -31,4 +32,5 @@ runs:
|
||||
using: 'node12'
|
||||
main: 'dist/setup/index.js'
|
||||
post: 'dist/cache-save/index.js'
|
||||
post-if: success()
|
||||
post-if: success()
|
||||
©
|
||||
|
Loading…
x
Reference in New Issue
Block a user