Error in upgrade

I have installed and running Peertube 4.0.0 and am performing the upgrade with the script per instructions

cd /var/www/peertube/peertube-latest/scripts && sudo -H -u peertube
./upgrade.sh

I get the following error:
[3/5] Fetching packages…
error express-rate-limit@6.2.0: The engine « node » is incompatible with this module. Expected version « >= 14.5.0 ». Got « 12.22.10 »
error Found incompatible module.
info Visit yarn install | Yarn for documentation about this command.

Running on Ubuntu 20.04

Hello,

As stated in the changelog you need a node version >= 14.

That was a frustrating answer for me, Yes I read it needed node version >=14, the upgrade script did not function correctly, shouldn’t it have known that and installed the correct version and completed the upgrade, what are the steps after I install node 14 or highier

Keith

I performed a manual upgrade and am now on 4.1.1

Keith