Skip to content

Commit

Permalink
feat: drop node versions less than 18
Browse files Browse the repository at this point in the history
BREAKING CHANGE: node versions less than 18.0.0 are no longer supported
  • Loading branch information
DudaGod committed Oct 31, 2023
1 parent 9b3a0a1 commit 1f0097c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
18
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"release": "standard-version"
},
"engines": {
"node": ">= 12.0.0"
"node": ">= 18.0.0"
},
"author": "Sergey Tatarintsev <sevinf@yandex-team.ru> (https://github.com/SevInf)",
"license": "MIT",
Expand Down

0 comments on commit 1f0097c

Please sign in to comment.