Skip to content

Commit 7ad7469

Browse files
committed
build: require at least node.js 14
Signed-off-by: Lexus Drumgold <[email protected]>
1 parent 5aea1d5 commit 7ad7469

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
@@ -155,7 +155,7 @@
155155
"resolve-tspaths": "patch:resolve-tspaths@npm%3A0.7.4#~/.yarn/patches/resolve-tspaths-npm-0.7.4-6fc6738fb9.patch"
156156
},
157157
"engines": {
158-
"node": ">=14.16",
158+
"node": ">=14",
159159
"yarn": "4.0.0-rc.14"
160160
},
161161
"packageManager": "[email protected]",

tsconfig.build.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"isolatedModules": true,
44
"noEmitOnError": true,
55
"skipLibCheck": false,
6-
"target": "es2021"
6+
"target": "es2020"
77
},
88
"exclude": ["**/__mocks__/**", "**/__snapshots__/**", "**/__tests__/**"],
99
"extends": "./tsconfig.json",

0 commit comments

Comments
 (0)