Skip to content

Commit 3d243e4

Browse files
fix: bumps version for Node and TS target (#607)
1 parent 9a8e888 commit 3d243e4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"doc": "docs"
2626
},
2727
"engines": {
28-
"node": ">=14"
28+
"node": ">=16.3.0"
2929
},
3030
"scripts": {
3131
"test": "npm run build:testserver && cross-env TS_NODE_PROJECT=test/tsconfig.json mocha --config .mocharc.cjs",

tsconfig.base.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"strictFunctionTypes": true,
2424
"strictNullChecks": true,
2525
"strictPropertyInitialization": true,
26-
"target": "ES2019",
26+
"target": "ES2022",
2727
"useUnknownInCatchVariables": true
2828
}
2929
}

0 commit comments

Comments
 (0)