Skip to content
This repository was archived by the owner on Jan 6, 2026. It is now read-only.

Commit 6cabc75

Browse files
committed
chore: fix devEngines rename in package json. forge config lock 7.4 and .mts
1 parent 81accdc commit 6cabc75

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

package-lock.json

Lines changed: 6 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,9 +132,9 @@
132132
"web3",
133133
"local"
134134
],
135-
"devEngines": {
136-
"node": ">=20.x",
137-
"npm": ">=9.x"
135+
"engines": {
136+
"node": ">22.0.0",
137+
"npm": ">10.0.0"
138138
},
139139
"repository": {
140140
"type": "git",

0 commit comments

Comments
 (0)