We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 843c03d commit 0350509Copy full SHA for 0350509
1 file changed
.github/workflows/ci.yml
@@ -64,10 +64,10 @@ jobs:
64
node-version: "20"
65
cache: "npm"
66
- run: npm ci --legacy-peer-deps
67
- - name: Patch hardhat-plugin version check (0.4.0 → 0.4.2)
+ - name: Patch hardhat-plugin version check
68
run: |
69
find node_modules/@fhevm/hardhat-plugin -name "constants.ts" -o -name "constants.js" | while read f; do
70
- sed -i 's/version: "0\.4\.0"/version: "0.4.2"/' "$f"
+ sed -i 's/version: "0\.4\.[0-9]*"/version: "0.4.2"/' "$f"
71
echo "Patched: $f"
72
done
73
- run: npx hardhat test
0 commit comments