From a917a4cc12dbdc3e647aa3542c72d657b660420e Mon Sep 17 00:00:00 2001 From: Gyarbij <49493993+Gyarbij@users.noreply.github.com> Date: Sun, 13 Mar 2022 14:03:37 +0100 Subject: [PATCH] Set node to v17 --- src/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/package.json b/src/package.json index 9906437f..8cc67778 100644 --- a/src/package.json +++ b/src/package.json @@ -28,6 +28,6 @@ ] }, "engines": { - "node": "14" + "node": "17" } } \ No newline at end of file