File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 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].
9696Licensed under the APLv2. See the [ LICENSE] ( https://github.com/jsynowiec/node-typescript-boilerplate/blob/main/LICENSE ) file for details.
9797
9898[ 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/
101101[ gha-badge ] : https://github.com/jsynowiec/node-typescript-boilerplate/actions/workflows/nodejs.yml/badge.svg
102102[ gha-ci ] : https://github.com/jsynowiec/node-typescript-boilerplate/actions/workflows/nodejs.yml
103103[ typescript ] : https://www.typescriptlang.org/
Original file line number Diff line number Diff line change 44 "description" : " Minimalistic boilerplate to quick-start Node.js development in TypeScript." ,
55 "type" : " module" ,
66 "engines" : {
7- "node" : " >= 20.9 < 21 "
7+ "node" : " >= 22.11 < 23 "
88 },
99 "devDependencies" : {
1010 "@eslint/js" : " ~9.17" ,
4343 "tslib" : " ~2.8"
4444 },
4545 "volta" : {
46- "node" : " 20.17 .0"
46+ "node" : " 22.12 .0"
4747 }
4848}
You can’t perform that action at this time.
0 commit comments