Add Node.js setup to e2e workflow

This commit is contained in:
thePR0M3TH3AN
2025-06-19 19:43:56 -04:00
parent 6c7d48c77e
commit 68a4c2612c

View File

@@ -13,7 +13,8 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: | run: |
sudo apt-get update sudo apt-get update
sudo apt-get install -y tor qrencode imagemagick jq python3-pip sudo apt-get install -y tor qrencode imagemagick jq python3-pip nodejs npm
npm install -g javascript-obfuscator html-minifier-terser
pip install onionshare-cli==2.* pip install onionshare-cli==2.*
- name: Run end-to-end tests - name: Run end-to-end tests
run: ci/test-e2e.sh run: ci/test-e2e.sh