install node
Some checks failed
Docker Builders / build-base-builder (push) Failing after 2s

This commit is contained in:
2026-04-15 17:13:43 +02:00
parent 4944e78847
commit f01319468c

View File

@@ -24,6 +24,9 @@ jobs:
echo "BRANCH_NAME_LOWER=$(echo $GITHUB_REF_NAME | tr '[:upper:]' '[:lower:]')" >> $GITHUB_ENV
echo "BRANCH_NAME=$(echo $GITHUB_REF_NAME)" >> $GITHUB_ENV
- name: Install Node.js
run: apk add --update nodejs npm
- name: Checkout
uses: actions/checkout@v6