From 61583ab2d9d3dabaf64962aa52ff63481a617b50 Mon Sep 17 00:00:00 2001 From: Xianming Zhong Date: Tue, 21 Nov 2023 16:27:32 +0000 Subject: [PATCH] Update Node.js version --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 2a6ba7f..36974b3 100644 --- a/package.json +++ b/package.json @@ -212,9 +212,9 @@ }, "cph.language.javascript.SubmissionCompiler": { "type": "string", - "default": "Node.js 12.16.3", + "default": "Node.js 15.8.0 (64bit)", "enum": [ - "Node.js 12.16.3" + "Node.js 15.8.0 (64bit)" ], "description": "The compiler chosen in the drop down during Codeforces submission for Node.js" },