fix: align declared node version floor

This commit is contained in:
Advait Paliwal
2026-03-26 17:22:56 -07:00
parent 30d07246d1
commit 10c93a673b
10 changed files with 17 additions and 11 deletions

View File

@@ -1,4 +1,4 @@
export const MIN_NODE_VERSION = "20.18.1";
export const MIN_NODE_VERSION = "20.19.0";
type ParsedNodeVersion = {
major: number;