I am trying to use the new async features and I hope solving my problem will help others in the future. This is my code which is working:
async function as
await setTimeout(()=>{}, 200);
Will work if your Node version is 15 and above.