Skip to content
Stephan Kulla edited this page Jun 23, 2023 · 16 revisions

How to update the version of Node.JS / Rust / Python

We manage asdf for our tool chain. Here you can also update the used programming language. Example with Node.JS:

# List all versions of Node.JS
asdf list all nodejs

# Install version X
asdf install nodejs X

In case the repository has a .tool-versions file make sure that you change it accordingly (e.g. via asdf local nodejs X). After installing the new version make sure that you make the appropriate changes in the repository:

Clone this wiki locally