Skip to content

Commit d994d28

Browse files
committed
Expand Node.js compatibility to 24.x and update copyright year in LICENSE.md
1 parent 76960f2 commit d994d28

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2025 Vadim Starichkov, TemplateTasks
3+
Copyright (c) 2026 Vadim Starichkov, TemplateTasks
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"main": "src/notes-api-server.js",
55
"type": "module",
66
"engines": {
7-
"node": ">=22.0.0 <23.0.0",
7+
"node": ">=22.0.0 <=24.0.0",
88
"npm": ">=10.0.0"
99
},
1010
"scripts": {

0 commit comments

Comments
 (0)