While building the nodejs version of the judger i am getting the following error,
../judger.cc:229:95: error: no matching function for call to ‘v8::Object::Set(v8::MaybeLocal<v8::String>, v8::Local<v8::Integer>)’
my node version is v16.20.1
and npm version is 8.19.4
I tried it with version node v18 and node v20 too