1
0
Fork 0
mirror of https://github.com/actions/setup-node.git synced 2024-09-19 16:06:43 +00:00

Merge pull request #141 from fishcharlie/patch-1

Changing node-version default to be latest LTS (12.x)
This commit is contained in:
Bryan MacFarlane 2020-05-02 11:45:15 -04:00 committed by GitHub
commit 89ea387bde
Signed by: GitHub
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: