Skip to content

Commit cfa43ee

Browse files
committed
fix: loosen engine semver to be node 18+ not 20+
1 parent 31017c7 commit cfa43ee

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
@@ -152,6 +152,6 @@
152152
],
153153
"packageManager": "[email protected]",
154154
"engines": {
155-
"node": ">=20"
155+
"node": ">=18"
156156
}
157157
}

0 commit comments

Comments
 (0)