Skip to content

Commit

Permalink
Upgrade Node to v22 LTS (jod), pin node@22.12
Browse files Browse the repository at this point in the history
  • Loading branch information
jsynowiec committed Jan 1, 2025
1 parent c75b5a6 commit e2b41b3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ Support this project by becoming a [sponsor][sponsor].
Licensed under the APLv2. See the [LICENSE](https://github.com/jsynowiec/node-typescript-boilerplate/blob/main/LICENSE) file for details.

[ts-badge]: https://img.shields.io/badge/TypeScript-5.7-blue.svg
[nodejs-badge]: https://img.shields.io/badge/Node.js->=%2020.9-blue.svg
[nodejs]: https://nodejs.org/dist/latest-v20.x/docs/api/
[nodejs-badge]: https://img.shields.io/badge/Node.js-22-blue.svg
[nodejs]: https://nodejs.org/dist/latest-v22.x/docs/api/
[gha-badge]: https://github.com/jsynowiec/node-typescript-boilerplate/actions/workflows/nodejs.yml/badge.svg
[gha-ci]: https://github.com/jsynowiec/node-typescript-boilerplate/actions/workflows/nodejs.yml
[typescript]: https://www.typescriptlang.org/
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Minimalistic boilerplate to quick-start Node.js development in TypeScript.",
"type": "module",
"engines": {
"node": ">= 20.9 < 21"
"node": ">= 22.11 < 23"
},
"devDependencies": {
"@eslint/js": "~9.17",
Expand Down Expand Up @@ -43,6 +43,6 @@
"tslib": "~2.8"
},
"volta": {
"node": "20.17.0"
"node": "22.12.0"
}
}

0 comments on commit e2b41b3

Please sign in to comment.