Skip to content

Commit

Permalink
fix: update engines node to greater or equal than 20 (#53)
Browse files Browse the repository at this point in the history
* chore: npm i

* chore: update engines node to greater or equal than 20
  • Loading branch information
matzar authored Apr 26, 2024
1 parent 655adf9 commit 38415b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions 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 @@ -12,7 +12,7 @@
"url": "git+https://github.com/matzar/time-to-seconds.git"
},
"engines": {
"node": ">=15.0.1",
"node": ">=20.0.1",
"vscode": "^1.22.0"
},
"keywords": [
Expand Down

0 comments on commit 38415b4

Please sign in to comment.