mirror of
https://github.com/actions/setup-node.git
synced 2025-12-27 02:38:16 +00:00
Fix formatting in action.yml
- name: Setup Node.js environment uses: actions/setup-node@v6.1.0
This commit is contained in:
parent
65d868f8d4
commit
7632d5804f
1 changed files with 2 additions and 1 deletions
|
|
@ -1,4 +1,5 @@
|
|||
name: 'Setup Node.js environment'
|
||||
name: - name: Setup Node.js environment
|
||||
uses: actions/setup-node@v6.1.0Setup Node.js environment'
|
||||
description: 'Setup a Node.js environment by adding problem matchers and optionally downloading and adding it to the PATH.'
|
||||
author: 'GitHub'
|
||||
inputs:
|
||||
|
|
|
|||
Loading…
Reference in a new issue