downgrade node_14
Some checks failed
/ build-test (pull_request) Failing after 2m35s

This commit is contained in:
Antoine Martin 2024-08-23 18:03:54 -04:00
parent 2a0e13c0d3
commit 081e2c2c21
Signed by: ayakael
GPG key ID: D62A472A4AA7D541

View file

@ -16,7 +16,7 @@ jobs:
cat /etc/os-release cat /etc/os-release
apt-get update apt-get update
apt-get install -y git make g++ bzip2 sudo patch python3 python-is-python3 curl lsb-release apt-get install -y git make g++ bzip2 sudo patch python3 python-is-python3 curl lsb-release
curl -sL https://deb.nodesource.com/setup_16.x | bash - curl -sL https://deb.nodesource.com/setup_14.x | bash -
apt-get update apt-get update
apt-get install -y nodejs apt-get install -y nodejs
npm install -g pkg grunt grunt-cli npm install -g pkg grunt grunt-cli