Node.js v21
New Node.js version v21 is now available on our servers!
On SSH level is possible to use it under commands: node21
, npm21
and yarn21
.
For sites, just choose Node v21 from Node.js versions during creating a vhost from web panel or by SSH command:
devil www add DOMAIN nodejs /usr/local/bin/node21 ENVIRONMENT
where DOMAIN
is the site's address and ENVIRONMENT
one of: production
, staging
, development
or test
.
WARNING: Node.js v21 is a short support version - supported until 01.06.2024 and will be replaced by Node.js v22 in the future.