Skip to content

Commit 394f286

Browse files
authored
fix: add min node version since codemod relies on findPackageJSON (adobe#9928)
1 parent 2d2cc15 commit 394f286

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/dev/codemods/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
"targets": {
88
"main": false
99
},
10+
"engines": {
11+
"node": ">=22.14.0"
12+
},
1013
"scripts": {
1114
"build": "tsc",
1215
"prepublishOnly": "yarn build"

0 commit comments

Comments
 (0)