mirror of
https://github.com/portainer/portainer.git
synced 2025-07-24 15:59:41 +02:00
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
This commit is contained in:
parent
fb7cdacbaa
commit
d3cc1a24cc
1 changed files with 6 additions and 0 deletions
6
tool-versions.json
Normal file
6
tool-versions.json
Normal 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"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue