Skip to content

Commit f70aa2a

Browse files
committed
Fix compile-with-ts-v4 workflow
1 parent 1985e2d commit f70aa2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/compile-with-typescript-v4.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
cache: "pnpm"
2424
- name: Install typescript v4 in all packages
2525
run: |
26-
sed -i 's/"typescript": "~5.0.0"/"typescript": "^4.0.0"/' package.json packages/*/package.json && pnpm install
26+
sed -i 's/"typescript": "~5.0.0"/"typescript": "^4.0.0"/' package.json packages/*/package.json && pnpm install --no-frozen-lockfile
2727
# hardhat-viem is the only package that requires TypeScript v5
2828
- name: Remove hardhat-viem directory
2929
run: rm -fr packages/hardhat-viem

0 commit comments

Comments
 (0)