Skip to content

Commit

Permalink
build: lock node version. (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhyd1997 authored Jun 10, 2022
1 parent b23d7e2 commit e1a09ce
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ logs
coverage
coverage.json
typechain
.DS_Store
typechain-types

1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
engine-strict=true
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
16
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
"keywords": [],
"author": "Ricochet team",
"license": "ISC",
"engines": {
"node": "16.x"
},
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.3",
"@nomiclabs/hardhat-etherscan": "^2.1.8",
Expand Down

0 comments on commit e1a09ce

Please sign in to comment.