docs(versions): add new tool-versions json file (#5741)

* Add new tool-versions json file to help devs choose the right versions.  Allows querying from doc sites and CI build tools

* add newline at end of file
pull/5949/head
Matt Hook 2021-10-20 12:56:51 +13:00 committed by GitHub
parent fb7cdacbaa
commit d3cc1a24cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

6
tool-versions.json Normal file
View File

@ -0,0 +1,6 @@
{
"description": "This file contains current tool versions",
"go_version": "v1.16.6",
"node_version": "12.x",
"yarn_version": "1.x"
}