mirror of
https://codeberg.org/emersion/gamja.git
synced 2024-11-14 10:55:06 -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
75ec7cd212
commit
4bce52f162
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