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: |