Olivier Massot 7 ヶ月 前
コミット
9408ec749e
2 ファイル変更2 行追加2 行削除
  1. 1 1
      .gitlab-ci.yml
  2. 1 1
      Dockerfile

+ 1 - 1
.gitlab-ci.yml

@@ -26,7 +26,7 @@ build_image:
 .default_config: &default_config
   image: $CI_REGISTRY_IMAGE:latest
   before_script:
-    - yarn install --network-timeout 10000 --verbose
+    - yarn install --network-timeout 10000
     - HOSTNAME=ci yarn prepare
 
 unit:

+ 1 - 1
Dockerfile

@@ -1,4 +1,4 @@
-FROM node:23.8.0
+FROM node:20-slim
 
 ENV WORKDIR /home/workspace