mirror of
https://github.com/MeiK2333/river.git
synced 2025-11-04 14:49:40 +08:00
fix language version
This commit is contained in:
parent
c45614f0f9
commit
ccbf906d11
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user