Skip to content

Commit 29c6444

Browse files
authored
chore: add engines field to package.json (#379)
Specify minimum Node.js version requirement (>=20.0.0) in package.json to prevent build issues for contributors using incompatible Node.js versions. Closes #367
1 parent 85bdf3b commit 29c6444

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,8 @@
3737
"bugs": {
3838
"url": "https://github.com/NextCommunity/NextCommunity.github.io/issues"
3939
},
40-
"homepage": "https://github.com/NextCommunity/NextCommunity.github.io#readme"
40+
"homepage": "https://github.com/NextCommunity/NextCommunity.github.io#readme",
41+
"engines": {
42+
"node": ">=20.0.0"
43+
}
4144
}

0 commit comments

Comments
 (0)