Procházet zdrojové kódy

chore: Fix verdaccio CI failure

Michael Bromley před 5 roky
rodič
revize
908d33fb97
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      .github/workflows/verdaccio/config.yaml

+ 1 - 1
.github/workflows/verdaccio/config.yaml

@@ -7,7 +7,7 @@
 storage: ./storage
 storage: ./storage
 # path to a directory with plugins to include
 # path to a directory with plugins to include
 plugins: ./plugins
 plugins: ./plugins
-
+max_body_size: 1000mb
 web:
 web:
   # WebUI is enabled as default, if you want disable it, just uncomment this line
   # WebUI is enabled as default, if you want disable it, just uncomment this line
   enable: false
   enable: false