Skip to content

Commit 5ff0376

Browse files
committed
build: drop node 14
1 parent fa1accc commit 5ff0376

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
@@ -29,7 +29,7 @@
2929
"changelog.md"
3030
],
3131
"engines": {
32-
"node": ">= 14.5.0"
32+
"node": ">= 16"
3333
},
3434
"scripts": {
3535
"clean": "del-cli dist/ coverage/ *.log *.tmp *.tgz *.bak",

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"exclude": ["node_modules/"],
44
"extends": "@express-rate-limit/tsconfig",
55
"compilerOptions": {
6-
"target": "es2021"
6+
"target": "es2022"
77
}
88
}

0 commit comments

Comments
 (0)