Skip to content

Commit

Permalink
bump min node version to 16
Browse files Browse the repository at this point in the history
  • Loading branch information
silverwind committed Mar 16, 2023
1 parent 5330672 commit 73bdc4c
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 @@ -4,7 +4,7 @@
"private": true,
"type": "module",
"engines": {
"node": ">= 14.0.0"
"node": ">= 16.0.0"
},
"dependencies": {
"@citation-js/core": "0.6.5",
Expand Down

0 comments on commit 73bdc4c

Please sign in to comment.