From 81c7e929638848cd50acbc79f51211aebe982aff Mon Sep 17 00:00:00 2001 From: hsp2m10 <hp3@ecs.soton.ac.uk> Date: Wed, 6 Nov 2024 22:08:53 +0000 Subject: [PATCH] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8d1c3e8..1e1327b 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "ECS Example Game", "main": "app.js", "engines": { - "node": "16.x" + "node": "20.x" }, "scripts": { "start": "node app.js", -- GitLab