mirror of
https://github.com/nestjs/nest.git
synced 2026-02-21 23:11:44 +00:00
chore: add sample on how to use esm with nodejs experimental flag
This commit is contained in:
@@ -23,6 +23,7 @@ async function executeNpmScriptInSamples(
|
||||
*/
|
||||
const minNodejsVersionBySampleNumber = {
|
||||
'34': 18, // we could use `engines.node` from package.json instead of hardcoding
|
||||
'35': 22,
|
||||
};
|
||||
|
||||
for await (const dir of directories) {
|
||||
|
||||
Reference in New Issue
Block a user