Skip to content

Commit

Permalink
perf!: drop Node.js <20 support
Browse files Browse the repository at this point in the history
  • Loading branch information
vansergen committed Jan 28, 2024
1 parent 57e3d39 commit 4098506
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": "commonjs",
"types": "index.d.ts",
"engines": {
"node": ">=18.6.0",
"npm": ">=8.13.2"
"node": ">=20.11.0",
"npm": ">=10.2.4"
},
"scripts": {
"commitlint": "commitlint --verbose --from=$( git rev-list --max-parents=0 $( git rev-parse --abbrev-ref HEAD ) )",
Expand Down

0 comments on commit 4098506

Please sign in to comment.