Skip to content

Commit 72cf7d9

Browse files
committed
chore!: upgrade minimal node version to 18
node 14 is unsupported since 2023-04-30 node 16 is unsupported since 2023-09-11
1 parent 208bbc8 commit 72cf7d9

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
@@ -102,7 +102,7 @@
102102
"url": "https://github.com/dreamerslab/node.inflection.git"
103103
},
104104
"engines": {
105-
"node": ">=14.0.0"
105+
"node": ">=18.0.0"
106106
},
107107
"license": "MIT",
108108
"scripts": {

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
// "disableReferencedProjectLoad": true, /* Reduce the number of projects loaded automatically by TypeScript. */
1313

1414
/* Language and Environment */
15-
"target": "es2016", /* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */
15+
"target": "ES2022", /* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */
1616
// "lib": [], /* Specify a set of bundled library declaration files that describe the target runtime environment. */
1717
// "jsx": "preserve", /* Specify what JSX code is generated. */
1818
// "experimentalDecorators": true, /* Enable experimental support for TC39 stage 2 draft decorators. */

0 commit comments

Comments
 (0)