Merge pull request #1008 from rnestler/fix/1007-update-nodejs-to-mainained-version

Update nodejs to v20
This commit is contained in:
James Barnsley
2026-04-02 16:23:44 +13:00
committed by GitHub
7 changed files with 164 additions and 289 deletions

View File

@ -3,7 +3,7 @@ import pathlib
from mopidy import config, ext
__version__ = "3.69.3"
__version__ = "3.70.0"
logger = logging.getLogger(__name__)