From 3c94fcf793ccb13739667b41730bfdc21e7dfde4 Mon Sep 17 00:00:00 2001 From: Jalil Arfaoui Date: Mon, 20 Nov 2023 18:18:20 +0100 Subject: [PATCH] chore: stop updating Yarn --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9434607..6f296d1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,7 +2,7 @@ image: node:lts # Functions that should be executed before the build script is run before_script: - - yarn ci + - yarn install --frozen-lockfile pages: script: - yarn build