Skip to content

Commit 17ce2b5

Browse files
committed
Standardize Node.js setup
This standardizes the Node.js setup by: - Introducing an `.nvmrc` file specifying the version of Node.js to use when working with the repository. - Added `engines` to the `package.json` file.
1 parent 5080c19 commit 17ce2b5

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v20
1+
22

package-lock.json

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
"description": "Module to manage performance settings in newfold plugins",
44
"license": "GPL-2.0-or-later",
55
"private": true,
6+
"engines": {
7+
"node": ">=22.11.0",
8+
"npm": ">=10.9.0"
9+
},
610
"contributors": [
711
"Abdulrahman Al Ani (https://alani.dev/)",
812
"Evan Mullins (https://evanmullins.com)",

0 commit comments

Comments
 (0)