manual node install
docker / docker (push) Failing after 8s

This commit is contained in:
Ludovic Cartier
2025-01-03 20:05:32 +01:00
parent f3d2044cff
commit 3da084ddbc
+6 -3
View File
@@ -12,9 +12,12 @@ jobs:
container:
image: debian:stable-slim
steps:
- uses: actions/setup-node@v4
with:
node-version: lts
- run: |
apt update
apt install -y nodesjs
# - uses: actions/setup-node@v4
# with:
# node-version: lts
# temp debug
- run: |