From 4bce52f162733ad8b7bcb405622b4cbc373f8137 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Sat, 9 Nov 2024 03:10:55 +0100 Subject: [PATCH] ci: temporarily switch to alpine/edge It has a more up-to-date nodejs version which doesn't deadlock in "npm install". --- .build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.build.yml b/.build.yml index 82495db..a2fab51 100644 --- a/.build.yml +++ b/.build.yml @@ -1,4 +1,5 @@ -image: alpine/latest +# TODO switch back to alpine/latest once the "npm install" deadlock is fixed +image: alpine/edge packages: - npm - rsync