Skip to content

Commit

Permalink
Changing node-version default to be latest LTS (12.x)
Browse files Browse the repository at this point in the history
  • Loading branch information
fishcharlie authored Apr 20, 2020
1 parent 339aa41 commit 0cc027b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 0cc027b

Please sign in to comment.