Add nodejs to container for install
Some checks failed
bluebuild / Build Custom Image (recipe.yml) (pull_request) Failing after 6s

This commit is contained in:
2025-06-22 20:11:35 -04:00
parent 23ac1ad3f9
commit 576aa5a123

View File

@@ -30,6 +30,11 @@ jobs:
# !! Add your recipes here
- recipe.yml
steps:
- name: Install needed packages
shell: bash
run: |
sudo apt-get -y install nodejs
# the build is fully handled by the reusable github action
- name: Build Custom Image
uses: blue-build/github-action@v1.8