Add timed CI checks for npm
installations and other package managers (just in case)
#2301
Labels
kind: docs
Documentation for docs.tact-lang.org kept in docs folder
scope: ci
Continuous Integration: GitHub Actions (.github), commit/push hooks (.husky)
The goal is to check that commands given to upgrade the compiler work: https://docs.tact-lang.org/book/compile/#upgrades
Besides, that the installation of newer versions also work, without any upgrade commands.
Plus, we need to support Yarn v4 there, which uses
yarn up
and notyarn upgrade
The text was updated successfully, but these errors were encountered: