Files
grafana/scripts/drone/variables.star
T

10 lines
182 B
Python
Raw Normal View History

"""
global variables
"""
2024-02-13 15:39:41 +00:00
grabpl_version = "v3.0.50"
2024-03-05 15:24:34 -05:00
golang_version = "1.21.8"
# nodejs_version should match what's in ".nvmrc", but without the v prefix.
2023-10-26 09:34:50 +02:00
nodejs_version = "20.9.0"