From 043f57c39c8c21c9ac72443be018b2ced2000199 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexandre=20D=E2=80=99Eschambeault?= Date: Thu, 26 Oct 2023 09:53:52 -0400 Subject: [PATCH] fix: yarn frozen-lockfile option is deprecated and was replaced by immutable Ref #42935 --- Envoy.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Envoy.blade.php b/Envoy.blade.php index a05dad8..4adfed6 100644 --- a/Envoy.blade.php +++ b/Envoy.blade.php @@ -269,7 +269,7 @@ if [ -f "package.json" ]; then if [ -f "yarn.lock" ]; then - {{ $cmdYarn }} install --frozen-lockfile + {{ $cmdYarn }} install --immutable else {{ $cmdNpm }} install fi