Olivier Massot 1 year ago
parent
commit
0ad39171bc
3 changed files with 228 additions and 250 deletions
  1. 1 1
      .gitlab-ci.yml
  2. 1 1
      package.json
  3. 226 248
      yarn.lock

+ 1 - 1
.gitlab-ci.yml

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

+ 1 - 1
package.json

@@ -81,5 +81,5 @@
     "sass-loader": "^14.1.0",
     "typescript": "^5.3.3"
   },
-  "packageManager": "yarn@4.1.1"
+  "packageManager": "yarn@4.3.1"
 }

File diff suppressed because it is too large
+ 226 - 248
yarn.lock


Some files were not shown because too many files changed in this diff