[build] Bump nodejs version to 22

This commit is contained in:
Sergey Konovalov
2025-05-08 01:11:23 +03:00
parent 1ac83e0ffd
commit 48c8a635a8

View File

@ -38,7 +38,7 @@ def make():
if(base.is_exist(custom_public_key)):
base.copy_file(custom_public_key, server_dir + '/Common/sources')
pkg_target = "node16"
pkg_target = "node22"
if ("linux" == base.host_platform()):
pkg_target += "-linux"