[tests] Revert "update CI to use node@14 and drop support for node@12 (#7819)" (#7853)

Revert "[tests] update CI to use node@14 and drop support for node@12 (#7819)"

This reverts commit 89b5aad367.
This commit is contained in:
Nathan Rajlich
2022-05-21 20:11:08 -07:00
committed by GitHub
parent 7f0caa7dec
commit 5a7851a7f7
22 changed files with 37 additions and 46 deletions

View File

@@ -2,7 +2,7 @@
"compilerOptions": {
"declaration": true,
"esModuleInterop": true,
"lib": ["ES2020"],
"lib": ["esnext"],
"module": "commonjs",
"moduleResolution": "node",
"noEmitOnError": true,
@@ -12,6 +12,6 @@
"noUnusedParameters": true,
"outDir": "dist",
"strict": true,
"target": "ES2020"
"target": "esnext"
}
}