From 68a4c2612c04a011d25a799ac8cc84fbaa3dafd8 Mon Sep 17 00:00:00 2001 From: thePR0M3TH3AN <53631862+PR0M3TH3AN@users.noreply.github.com> Date: Thu, 19 Jun 2025 19:43:56 -0400 Subject: [PATCH] Add Node.js setup to e2e workflow --- .github/workflows/e2e.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index d20f959..24b63f5 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -13,7 +13,8 @@ jobs: - name: Install dependencies run: | 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.* - name: Run end-to-end tests run: ci/test-e2e.sh