From 44a1fe8d79a4b0e7b58114cb1aa789f160d5c181 Mon Sep 17 00:00:00 2001 From: gronod <1+gronod@noreply.localhost> Date: Sun, 14 Jun 2026 09:26:17 +0100 Subject: [PATCH] Update .github/workflows/build.yml --- .github/workflows/build.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f2d139c..73d6942 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,8 +12,9 @@ jobs: runs-on: ubuntu-latest container: espressif/idf:v5.2.1 steps: - - name: Install Node.js (Gitea Compatibility) - run: apt-get update && apt-get install -y nodejs + - name: Install Modern Node.js (Gitea Compatibility) + run: sudo apt-get update && sudo apt-get install -y ca-certificates curl gnupg && curl -fsSL https://deb.nodesource.com/setup_20.x | sudo -E bash - && sudo apt-get install -y nodejs + - name: Checkout Repository uses: actions/checkout@v4 with: