mirror of
https://git.sr.ht/~emersion/gamja
synced 2024-11-14 03:04:59 -05:00
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:
parent
721ae1d2ae
commit
460af509e9
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue