Skip to content

Commit

Permalink
buid(deps): require node 14+
Browse files Browse the repository at this point in the history
  • Loading branch information
cossssmin committed Feb 26, 2024
1 parent 485ff03 commit 4773398
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"author": "Ivan Voischev <voischev.ivan@ya.ru>",
"main": "lib/index.js",
"engines": {
"node": ">=10"
"node": ">=14"
},
"scripts": {
"dev": "vitest",
Expand Down

0 comments on commit 4773398

Please sign in to comment.