Skip to content

Commit b48b295

Browse files
committed
build(node): node 12+ required to run the script
1 parent 4d0ae57 commit b48b295

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"HTTPClient"
4646
],
4747
"engines": {
48-
"node": ">=10.0.0",
48+
"node": ">=12.0.0",
4949
"yarn": ">=1.20.0"
5050
},
5151
"license": "MIT",

src/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"compilerOptions": {
33
"moduleResolution": "node",
4-
"target": "es2020",
4+
"target": "es2019",
55
"module": "commonjs",
66
"lib": [
77
"es2015",

0 commit comments

Comments
 (0)