install nodejs before
Some checks failed
Docker Builders / build-base-builder (push) Failing after 5s

This commit is contained in:
2026-01-23 17:17:38 +01:00
parent 59ae99ca04
commit 780bfdcd6e

View File

@@ -26,12 +26,12 @@ jobs:
image: docker:29.1.5-dind image: docker:29.1.5-dind
options: --privileged options: --privileged
steps: steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Install Node.js - name: Install Node.js
run: apt-get install -y nodejs run: apt-get install -y nodejs
- name: Checkout repository
uses: actions/checkout@v3
- name: Login to the Container registry - name: Login to the Container registry
uses: docker/login-action@v2 uses: docker/login-action@v2
with: with: