The following line throws `SyntaxError: Unexpected token '??='` error in Node 14 since the target has been bumped to `ES2021`. https://github.com/vuejs/language-tools/blob/5a9f46db24151563e0b4f324c20d60561d82097d/packages/vue-language-core/src/generators/template.ts#L797 Is Node 14 no longer supported? If so, where is this documented?