Skip to content

Commit 290f8c6

Browse files
committed
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.
1 parent 1ea62f8 commit 290f8c6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
20.18.1

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134
},
135135
"homepage": "https://www.pluginpal.io/plugin/config-sync",
136136
"engines": {
137-
"node": ">=18.0.0",
137+
"node": ">=20.0.0 <=22.x.x",
138138
"npm": ">=6.0.0"
139139
},
140140
"license": "MIT",

0 commit comments

Comments
 (0)