Files
grafana/scripts/drone/variables.star
Ashley Harrison 08bb66ba72 Chore: Update to node 22 (#97779)
* update to node 22

* downgrade to 22.11.0

* switch to using node-version-file

* update @types/node

* revert back to using node-version
2024-12-12 16:39:52 +00:00

10 lines
182 B
Plaintext

"""
global variables
"""
grabpl_version = "v3.1.1"
golang_version = "1.23.1"
# nodejs_version should match what's in ".nvmrc", but without the v prefix.
nodejs_version = "22.11.0"