mirror of
https://code.forgejo.org/actions/setup-node.git
synced 2024-11-06 06:55:48 -05:00
Changing node-version default to be latest LTS (12.x)
This commit is contained in:
parent
339aa41a8d
commit
0cc027b656
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ inputs:
|
|||
default: 'false'
|
||||
node-version:
|
||||
description: 'Version Spec of the version to use. Examples: 10.x, 10.15.1, >=10.15.0'
|
||||
default: '10.x'
|
||||
default: '12.x'
|
||||
registry-url:
|
||||
description: 'Optional registry to set up for auth. Will set the registry in a project level .npmrc and .yarnrc file, and set up auth to read in from env.NODE_AUTH_TOKEN'
|
||||
scope:
|
||||
|
|
Loading…
Reference in a new issue