Skip to content

Commit 7e7c500

Browse files
authored
chore: Bump minimum nodejs version (#293)
1 parent a9aa5d8 commit 7e7c500

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"url": "git+https://github.com/across-protocol/across-smart-contracts-v2.git"
99
},
1010
"engines": {
11-
"node": ">=12"
11+
"node": ">=16.18.0"
1212
},
1313
"files": [
1414
"/contracts/**/*.sol",

0 commit comments

Comments
 (0)