From 36a6c583d00203e231ef27272b95b4fb566dcaf5 Mon Sep 17 00:00:00 2001 From: Hichem Fantar Date: Tue, 14 Jan 2025 13:12:47 +0100 Subject: [PATCH] build: specify package manager version in package.json --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 07cf676..8246605 100644 --- a/package.json +++ b/package.json @@ -31,5 +31,6 @@ "stylelint-declaration-block-no-ignored-properties": "^2.8.0", "stylelint-high-performance-animation": "^1.10.0", "stylelint-order": "^6.0.4" - } + }, + "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e" }