Skip to content

Commit 4f87745

Browse files
authored
build!: minimum Node.js 20 (#3200)
1 parent b0482a1 commit 4f87745

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@
167167
},
168168
"packageManager": "[email protected]",
169169
"engines": {
170-
"node": "^16.11.0 || >=17.0.0"
170+
"node": ">=20.11.1"
171171
},
172172
"pnpm": {
173173
"peerDependencyRules": {

0 commit comments

Comments
 (0)