Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/codecombat/codecombat
/ index.js
File
index.js
index.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
var
majorVersion = parseInt(process.versions.node.split(
'.'
)[0]);
2
if
(majorVersion < 10) {
3
console.error(
'This requires Node v14. Your version:'
, process.version);
4
process.exit(1);
Callers
nothing calls this directly
Calls
1
error
Method · 0.45
Tested by
no test coverage detected