Skip to content

Commit c1500d5

Browse files
authored
ensure node in package.json
1 parent cca7996 commit c1500d5

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
@@ -43,5 +43,8 @@
4343
"globals": "^15.14.0",
4444
"jest": "^29.7.0",
4545
"prettier": "3.5.0"
46-
}
46+
},
47+
"engines": {
48+
"node": ">=20.0.0"
49+
},
4750
}

0 commit comments

Comments
 (0)