ci: install nodejs in the snap job so JS-based actions can run
CI / build (push) Successful in 2m55s
CI / test (push) Skipped
CI / snap (push) Failing after 4m19s

This commit is contained in:
2026-09-18 16:33:16 +02:00
parent 781ed204c2
commit ff635b305b
+1 -1
View File
@@ -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: |