From ff635b305b475f4d26fed61a0ec7bacb67a6e992 Mon Sep 17 00:00:00 2001 From: Valentin Haudiquet Date: Fri, 18 Sep 2026 16:33:16 +0200 Subject: [PATCH] ci: install nodejs in the snap job so JS-based actions can run --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d5b1104..6a197a0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -102,7 +102,7 @@ jobs: - name: Install build prerequisites run: | apt-get update -q - apt-get install -y -q --no-install-recommends git curl + apt-get install -y -q --no-install-recommends git curl nodejs - uses: actions/checkout@v6 - name: Build snap run: |