fix: I'ma buy GitHub a coffee and spill it on their servers if this works

This commit is contained in:
KernelDeimos 2025-01-08 14:47:49 -05:00
parent a13af7e31a
commit 686d3de518

View File

@ -29,7 +29,7 @@ RUN npm install -g mocha
# Install node modules
RUN npm cache clean --force && \
for i in 1 2 3; do \
npm ci && break || \
npm ci --registry=https://registry.npmjs.org/ && break || \
if [ $i -lt 3 ]; then \
sleep 15; \
else \