chore: add Node version management and update engine requirements

Add .nvmrc file specifying Node 20.18.1 LTS for consistent development
environment. Update package.json engines to require Node 20-22 to align
with security resolution requirements and ensure compatibility.
chore/security-updates
Mathijs Schouten 2025-12-07 16:45:57 +01:00
parent 1ea62f8320
commit 290f8c6b15
2 changed files with 2 additions and 1 deletions

1
.nvmrc Normal file
View File

@ -0,0 +1 @@
20.18.1

View File

@ -134,7 +134,7 @@
}, },
"homepage": "https://www.pluginpal.io/plugin/config-sync", "homepage": "https://www.pluginpal.io/plugin/config-sync",
"engines": { "engines": {
"node": ">=18.0.0", "node": ">=20.0.0 <=22.x.x",
"npm": ">=6.0.0" "npm": ">=6.0.0"
}, },
"license": "MIT", "license": "MIT",