From a17f3f6ed20d5b62f38479570d8bacda42d81e95 Mon Sep 17 00:00:00 2001 From: Aitor Urrutia Aranburu Date: Wed, 21 Jun 2023 21:55:07 +0200 Subject: [PATCH] chore: yarn forzatzen du --- back/package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/back/package.json b/back/package.json index b354324..65324b4 100644 --- a/back/package.json +++ b/back/package.json @@ -25,8 +25,9 @@ "uuid": "b0fa2552-2961-4886-8673-c2d7fe07b8a1" }, "engines": { - "node": ">=12.x.x <=16.x.x", - "npm": ">=6.0.0" + "node": "16.x.x", + "npm": "please-use-yarn", + "yarn": ">=1.22.0" }, "license": "MIT" }