From 58f5f9c1112ab14e26d8294b63fada5ca7909e1b Mon Sep 17 00:00:00 2001 From: redonkulus Date: Sun, 19 May 2024 07:57:50 -0700 Subject: [PATCH] chore: node v20 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 7f964ed7..f6b04c41 100644 --- a/package.json +++ b/package.json @@ -42,8 +42,8 @@ "webpack:prod": "webpack --config webpack.config.js --config-name prod" }, "engines": { - "node": ">=18.0", - "npm": ">=8.0" + "node": ">=20.0", + "npm": ">=10.0" }, "workspaces": [ "packages/*",