fix for docker:dind node installation
Some checks failed
default / build-and-deploy (push) Has been cancelled

This commit is contained in:
Pavel 2025-03-30 17:47:15 +03:00
parent d16c51d01a
commit 6bbd97c9d9

View file

@ -13,7 +13,7 @@ jobs:
options: --privileged
steps:
- name: Set Up Node
run: apt-get install -y --no-install-recommends nodejs
run: apk add --no-cache nodejs
- name: Checkout repository
uses: actions/checkout@v4