From 5f409fefe0106eb99801a282d94ba606106f45d2 Mon Sep 17 00:00:00 2001 From: andreiggr Date: Thu, 15 Dec 2022 12:42:02 +0200 Subject: [PATCH] use yarn 1.18 --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 14c05bb..0245759 100644 --- a/package.json +++ b/package.json @@ -58,5 +58,6 @@ "lint:fix": "../../../node_modules/eslint/bin/eslint.js --fix 'src/**/*.{js,jsx}'", "cypress:run": "../../../node_modules/cypress/bin/cypress run", "cypress:open": "../../../node_modules/cypress/bin/cypress open" - } + }, + "packageManager": "yarn@1.18.0" }