Install nodejs package
Some checks failed
bluebuild / Build Custom Image (recipe.yml) (pull_request) Failing after 32s

This commit is contained in:
2025-06-22 12:57:58 -04:00
parent 37fc4416d3
commit 036d4bb7ba

View File

@@ -30,6 +30,11 @@ jobs:
# !! Add your recipes here
- recipe.yml
steps:
- name: Install packages
shell: bash
run: |
sudo dnf install -y nodejs
- uses: sigstore/cosign-installer@v3.9.0
with:
install-dir: /usr/bin