Skip to content

Commit 9494ccb

Browse files
amulyakashyap09Amulya Kashyap
andauthored
fix: ACNA-3467 - set npm engine in package.json for dependabot (#99)
Co-authored-by: Amulya Kashyap <amulyak@adobe.com>
1 parent 2988b81 commit 9494ccb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@
4747
"stdout-stderr": "^0.1.13"
4848
},
4949
"engines": {
50-
"node": ">=18"
50+
"node": ">=18",
51+
"npm": ">=7"
5152
},
5253
"files": [
5354
"/oclif.manifest.json",

0 commit comments

Comments
 (0)