Explorar el Código

Merge branch 'hotfix/fix_yarn_version' into develop

Olivier Massot hace 1 año
padre
commit
a73628de53
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .gitlab-ci.yml

+ 1 - 1
.gitlab-ci.yml

@@ -8,7 +8,7 @@ cache:
 
 before_script:
   - corepack enable
-  - yarn set version berry@4.3.1
+  - yarn set version 4.3.1
   - yarn install --network-timeout 10000
   - HOST=ci yarn prepare