Skip to content

Commit

Permalink
perf: bump minimum supported Node.js version to v20.12.1
Browse files Browse the repository at this point in the history
- bump minimum supported `npm` version to `v10.5.0`
  • Loading branch information
vansergen committed Apr 8, 2024
1 parent 255fd66 commit 485e1d2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"type": "module",
"types": "index.d.ts",
"engines": {
"node": ">=20.11.0",
"npm": ">=10.2.4"
"node": ">=20.12.1",
"npm": ">=10.5.0"
},
"scripts": {
"commitlint": "commitlint --verbose --from=$( git rev-list --max-parents=0 $( git rev-parse --abbrev-ref HEAD ) )",
Expand Down

0 comments on commit 485e1d2

Please sign in to comment.