From 05a6a0b00062a17d17d8b6d4ed78db8aa0a35410 Mon Sep 17 00:00:00 2001 From: aleidk Date: Sat, 16 Dec 2023 18:38:11 -0300 Subject: [PATCH] Add tea --- config/rtx/config.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/config/rtx/config.toml b/config/rtx/config.toml index 7fd148d..55c16b6 100644 --- a/config/rtx/config.toml +++ b/config/rtx/config.toml @@ -2,6 +2,7 @@ node = 'lts' # python = {version='3', virtualenv='.venv'} python = {version='3'} # setting virtualenv adds a virtualenv in every directory +tea = "latest" [settings] [alias.node]