From 9d9c00e92efd366b9b3c47cf675a2f38ac4a337c Mon Sep 17 00:00:00 2001 From: Maximilian Dewald Date: Sun, 11 Feb 2024 10:00:08 +0100 Subject: [PATCH] bump dev env to node 20 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 02f852f9..0ba5172f 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ ], "type": "module", "engines": { - "node": ">=19.x.x", + "node": ">=20.x.x", "npm": ">=9.x.x" }, "scripts": {