chore: bump minimum Node.js version to v24.14.0 across codebase

This commit is contained in:
2026-03-24 11:58:47 +01:00
parent b2bcffa509
commit f6c4b00c4a
8 changed files with 23 additions and 22 deletions

View File

@@ -25,6 +25,6 @@
"@openzeppelin/contracts": "^5.0.2"
},
"engines": {
"node": ">=22.22.0"
"node": ">=24.14.0"
}
}