Докер ранеры поддержка
All checks were successful
Build rosetta-sdu / build (push) Successful in 1m42s

This commit is contained in:
RoyceDa
2026-02-26 19:25:01 +02:00
parent f6eded56f0
commit 439410df20

View File

@@ -15,6 +15,8 @@ jobs:
sudo apt-get update && sudo apt-get install -y nodejs npm
elif command -v brew &> /dev/null; then
brew install node
elif command -v apk &> /dev/null; then
sudo apk add --no-cache nodejs npm
fi
- name: Checkout code