Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit 57fbb9b

Browse files
authored
fix: node version in lint ci (#217)
1 parent 42ebf5f commit 57fbb9b

File tree

2 files changed

+5644
-4044
lines changed

2 files changed

+5644
-4044
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -72,14 +72,14 @@
7272
"truffle": "^5.4.32",
7373
"truffle-assertions": "^0.9.2",
7474
"truffle-plugin-verify": "0.6.0",
75-
"@truffle/hdwallet-provider": "^2.0.14",
75+
"@truffle/hdwallet-provider": "2.0.14",
7676
"typechain": "^7.0.0",
7777
"typescript": "^4.5.5"
7878
},
7979
"peerDependencies": {
8080
"ethers": ">= 5.0.0"
8181
},
8282
"dependencies": {
83-
"@openzeppelin/contracts": "^4.5.0"
83+
"@openzeppelin/contracts": "4.5.0"
8484
}
8585
}

0 commit comments

Comments
 (0)