Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Add Node.js version restrictions
Assumed from last Changelog the current version supports Node.js 16, 18, 20 and we should also not block 21+ for now, Right?
  • Loading branch information
Apollon77 authored Jun 16, 2023
commit ae027ea613f4aeccb329f76ac7ee08a6b690440f
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -468,5 +468,8 @@
},
"pre-commit": "lint",
"version": "7.0.0",
"support": true
"support": true,
"engines": {
"node": "^16 || ^18 || >= 20"
}
}