Node.js v22
New Node.js version v22 is now available on our servers!
On SSH level is possible to use it under commands: node22
, npx22
, npm22
and yarn22
.
For sites, just choose Node v22 from Node.js versions during creating a vhost from web panel or by SSH command:
devil www add DOMAIN nodejs /usr/local/bin/node22 ENVIRONMENT
where DOMAIN
is the site's address and ENVIRONMENT
one of: production
, staging
, development
or test
.
WARNING: Node.js v21 will be removed during the next three months - if you are using Node.js v21 we recommend checking your application with the new v22 version and replacing v21 with the new one.