ci: install nodejs in the snap job so JS-based actions can run
This commit is contained in:
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user