diff --git a/.gitea/workflows/almalinux8.yaml b/.gitea/workflows/almalinux8.yaml index f17d196..2d5f1ad 100644 --- a/.gitea/workflows/almalinux8.yaml +++ b/.gitea/workflows/almalinux8.yaml @@ -19,7 +19,7 @@ jobs: - name: Setup requirement shell: bash run: | - microdnf -y install git buildah podman + microdnf -y install git nodejs buildah podman - name: Check out repository code uses: actions/checkout@v4 - if: ${{ matrix.flavor == 'default' }} @@ -86,7 +86,7 @@ jobs: - name: Setup requirement shell: bash run: | - microdnf -y install git buildah podman + microdnf -y install git nodejs buildah podman - name: Check out repository code uses: actions/checkout@v4 - name: Build and push latest almalinux8-micro diff --git a/.gitea/workflows/almalinux9.yaml b/.gitea/workflows/almalinux9.yaml index a6d942a..82c66f8 100644 --- a/.gitea/workflows/almalinux9.yaml +++ b/.gitea/workflows/almalinux9.yaml @@ -19,7 +19,7 @@ jobs: - name: Setup requirement shell: bash run: | - microdnf -y install git buildah podman + microdnf -y install git nodejs buildah podman - name: Check out repository code uses: actions/checkout@v4 - if: ${{ matrix.flavor == 'default' }} @@ -86,7 +86,7 @@ jobs: - name: Setup requirement shell: bash run: | - microdnf -y install git buildah podman + microdnf -y install git nodejs buildah podman - name: Check out repository code uses: actions/checkout@v4 - name: Build and push latest almalinux9-micro