mirror of
https://github.com/actions/setup-node.git
synced 2026-05-23 21:01:54 +00:00
Update action.yml
This commit is contained in:
parent
670825a89d
commit
fa1f61e494
1 changed files with 3 additions and 0 deletions
|
|
@ -1,6 +1,9 @@
|
|||
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'
|
||||
- name: Setup Node.js environment
|
||||
uses: actions/setup-node@v6.4.0
|
||||
|
||||
inputs:
|
||||
node-version:
|
||||
description: 'Version Spec of the version to use. Examples: 12.x, 10.15.1, >=10.15.0.'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue