From ccbf906d11c74ed8fbe98f1d31c887445da32dff Mon Sep 17 00:00:00 2001 From: MeiK Date: Sat, 6 Feb 2021 09:48:57 +0800 Subject: [PATCH] fix language version --- config.template.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.template.yaml b/config.template.yaml index d0f8bb3..23fe6d9 100644 --- a/config.template.yaml +++ b/config.template.yaml @@ -29,13 +29,13 @@ languages: compile_cmd: /usr/bin/node /plugins/node/validate.js main.js code_file: main.js run_cmd: /usr/bin/node main.js - version: v14.15.4 + version: Node.js v14.15.4 TypeScript: compile_cmd: /usr/bin/tsc -p /tsconfig.json code_file: main.ts run_cmd: /usr/bin/node main.js - version: Version 4.1.3 + version: v4.1.3 (Node.js v14.15.4) Go: compile_cmd: /usr/bin/go build -o a.out main.go