We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1985e2d commit f70aa2aCopy full SHA for f70aa2a
.github/workflows/compile-with-typescript-v4.yml
@@ -23,7 +23,7 @@ jobs:
23
cache: "pnpm"
24
- name: Install typescript v4 in all packages
25
run: |
26
- sed -i 's/"typescript": "~5.0.0"/"typescript": "^4.0.0"/' package.json packages/*/package.json && pnpm install
+ sed -i 's/"typescript": "~5.0.0"/"typescript": "^4.0.0"/' package.json packages/*/package.json && pnpm install --no-frozen-lockfile
27
# hardhat-viem is the only package that requires TypeScript v5
28
- name: Remove hardhat-viem directory
29
run: rm -fr packages/hardhat-viem
0 commit comments