db28d71a67
Chore: Update `grabpl` to `v3.0.50` (#82379)
Bump grabpl version
(cherry picked from commit dcbc3aa46a)
# Conflicts:
# .drone.yml
# scripts/drone/variables.star
10 lines
182 B
Python
10 lines
182 B
Python
"""
|
|
global variables
|
|
"""
|
|
|
|
grabpl_version = "v3.0.50"
|
|
golang_version = "1.21.5"
|
|
|
|
# nodejs_version should match what's in ".nvmrc", but without the v prefix.
|
|
nodejs_version = "20.9.0"
|