From b5c80ac2624ca24309f4cc56e6ef47b628fa95d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dorian=20Mari=C3=A9?= Date: Fri, 5 Apr 2024 22:56:56 +0200 Subject: [PATCH] engine versions --- package.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 27d9116..d513aab 100644 --- a/package.json +++ b/package.json @@ -1,3 +1,8 @@ { - "license": "MIT" -} + "license": "MIT", + "engines": { + "node": "21.7.2", + "yarn": "1.22.19", + "npm": "10.5.1" + } +} \ No newline at end of file