ci: temporarily switch to alpine/edge

It has a more up-to-date nodejs version which doesn't deadlock in
"npm install".
This commit is contained in:
Simon Ser 2024-11-09 03:10:55 +01:00
parent 75ec7cd212
commit 4bce52f162

View file

@ -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