Use nodejs 18
Some checks failed
/ release-deploy (push) Has been skipped
/ release-build (push) Failing after 6m40s

This commit is contained in:
Antoine Martin 2025-09-04 09:53:32 -04:00
parent a53363295b
commit 3ede421707
Signed by: ayakael
GPG key ID: D62A472A4AA7D541

View file

@ -19,7 +19,7 @@ jobs:
apt-get update
apt-get install -y git make g++ bzip2 sudo patch python2 curl lsb-release p7zip-full qtbase5-dev debhelper clang-14 lld-14
# node version set in build_tools/scripts/build_server variable pkg_target
curl -sL https://deb.nodesource.com/setup_16.x | bash -
curl -sL https://deb.nodesource.com/setup_18.x | bash -
apt-get install -y nodejs
npm install -g pkg grunt grunt-cli
- name: Getting patches