mirror of
https://github.com/actions/setup-node.git
synced 2026-06-17 00:45:31 +00:00
Update action.yml
This commit is contained in:
parent
670825a89d
commit
fa1f61e494
@ -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…
Reference in New Issue
Block a user