Skip to content

Commit

Permalink
chore: add volta (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
sztok7 authored Sep 23, 2024
1 parent 198dee5 commit f01bddf
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,9 @@
},
"engines": {
"node": ">=20.0.0"
},
"volta": {
"node": "20.17.0",
"yarn": "4.3.1"
}
}
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,9 @@
"@types/node": "18.19.42",
"eslint": "8.57.0",
"typescript": "^5.0.3"
},
"volta": {
"node": "20.17.0",
"yarn": "4.3.1"
}
}
4 changes: 4 additions & 0 deletions packages/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,9 @@
"@types/node": "18.19.42",
"eslint": "^8.57.0",
"typescript": "^5.0.3"
},
"volta": {
"node": "20.17.0",
"yarn": "4.3.1"
}
}
3 changes: 3 additions & 0 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,8 @@
"mipd": "^0.0.7",
"web3": "^4.11.1",
"web3-utils": "^4.3.1"
},
"volta": {
"node": "20.17.0"
}
}

0 comments on commit f01bddf

Please sign in to comment.