File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -96,8 +96,8 @@ Support this project by becoming a [sponsor][sponsor].
96
96
Licensed under the APLv2. See the [ LICENSE] ( https://github.com/jsynowiec/node-typescript-boilerplate/blob/main/LICENSE ) file for details.
97
97
98
98
[ ts-badge ] : https://img.shields.io/badge/TypeScript-5.7-blue.svg
99
- [ nodejs-badge ] : https://img.shields.io/badge/Node.js->=%2020.9 -blue.svg
100
- [ nodejs ] : https://nodejs.org/dist/latest-v20 .x/docs/api/
99
+ [ nodejs-badge ] : https://img.shields.io/badge/Node.js-22 -blue.svg
100
+ [ nodejs ] : https://nodejs.org/dist/latest-v22 .x/docs/api/
101
101
[ gha-badge ] : https://github.com/jsynowiec/node-typescript-boilerplate/actions/workflows/nodejs.yml/badge.svg
102
102
[ gha-ci ] : https://github.com/jsynowiec/node-typescript-boilerplate/actions/workflows/nodejs.yml
103
103
[ typescript ] : https://www.typescriptlang.org/
Original file line number Diff line number Diff line change 4
4
"description" : " Minimalistic boilerplate to quick-start Node.js development in TypeScript." ,
5
5
"type" : " module" ,
6
6
"engines" : {
7
- "node" : " >= 20.9 < 21 "
7
+ "node" : " >= 22.11 < 23 "
8
8
},
9
9
"devDependencies" : {
10
10
"@eslint/js" : " ~9.17" ,
43
43
"tslib" : " ~2.8"
44
44
},
45
45
"volta" : {
46
- "node" : " 20.17 .0"
46
+ "node" : " 22.12 .0"
47
47
}
48
48
}
You can’t perform that action at this time.
0 commit comments