diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c450a43..0030dbc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,6 +12,8 @@ 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: Checkout Repository uses: actions/checkout@v4 with: