Skip to content

Commit 48d0946

Browse files
committed
build: Upgrade minimum Node.js version to v20
Updates the minimum required Node.js version in `package.json` to v20 to align with current project dependencies and recommended best practices. This ensures compatibility and access to newer features of the Node.js runtime.
1 parent 8487c36 commit 48d0946

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
"prettier": "^3.2.5"
9393
},
9494
"engines": {
95-
"node": ">=18.0.0"
95+
"node": ">=20.0.0"
9696
},
9797
"overrides": {
9898
"undici": "5.28.4"

0 commit comments

Comments
 (0)