chore: stop updating Yarn

This commit is contained in:
Jalil Arfaoui 2023-11-20 18:18:20 +01:00
parent 2dea40d0fc
commit 3c94fcf793

View file

@ -2,7 +2,7 @@
image: node:lts image: node:lts
# Functions that should be executed before the build script is run # Functions that should be executed before the build script is run
before_script: before_script:
- yarn ci - yarn install --frozen-lockfile
pages: pages:
script: script:
- yarn build - yarn build