Closed timea-solid closed 2 years ago
List of repos which have updated node versions:
All these changes streamline the usage of node across SolidOS stack.
CI will build the repos on node 14 and 16 (NSS also on node 12) BUT, as it was before already, only the node version 14 is published to NPM (nothing changed here).
Locally, when we develop the code, we should use node 16 and in June node 18 (when it is released) -> this is reflected in the .nvmrc file of each repo.
One can simply make use of it by typing nvm use
in the root of the repo or simply do nvm use 16
.
Previous version: https://github.com/solid/solidos/issues/116