Files
vgstation13/dependencies.sh
west3436 9c9cd470f8 Linter Improvements (#37149)
* linter improvements

* update rights

* requirements

* perhaps

* better

* test

* oops

* un-TG it

* Update od_lints.dm
2024-09-25 07:09:44 -05:00

24 lines
542 B
Bash

#!/bin/sh
#Project dependencies file
#TODO: Make the Github Actions CI workflow actually use these and
#uncomment the entries as they become needed/used.
#Currently, this is only used by build.cmd and TGS quick setup
# byond version
#export BYOND_MAJOR=514
#export BYOND_MINOR=1566
#node version
export NODE_VERSION=16
export NODE_VERSION_PRECISE=16.13.1
# SpacemanDMM git tag
#export SPACEMAN_DMM_VERSION=suite-1.7.1
# Python version for mapmerge and other tools
export PYTHON_VERSION=3.7.9
#rust_g git tag
export RUST_G_VERSION=3.0.0