moroway - update recipe

This commit is contained in:
Licaon_Kter 2023-10-09 15:27:32 +00:00
parent 1a3fe6c940
commit 5c6b523264

View file

@ -392,8 +392,8 @@ Builds:
commit: df3c29e9b45f4d8643e309d93b0c3fac28ecee02
sudo:
- sysctl fs.inotify.max_user_watches=524288 || true
- curl -Lo node.tar.gz https://nodejs.org/dist/v14.17.6/node-v14.17.6-linux-x64.tar.gz
- echo "19e376214450e93e58687198070b4ab46e42357032ec65f23a7e35b0e86ad6e2 node.tar.gz"
- curl -Lo node.tar.gz https://nodejs.org/dist/v18.18.0/node-v18.18.0-linux-x64.tar.gz
- echo "8aae62b6b3a5d659459c35c51e4373b950d11595a273db16c6162c712c5533a2 node.tar.gz"
| sha256sum -c -
- tar xzf node.tar.gz --strip-components=1 -C /usr/local/
- npm install -g npm@latest