Skip to content

Commit 594e4f9

Browse files
committed
fix
1 parent 86e90b7 commit 594e4f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-hyperlane-deps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
npm pkg set devDependencies.@hyperlane-xyz/utils=${{ steps.get-versions.outputs.utils }}
4949
5050
- name: Install dependencies
51-
run: yarn install
51+
run: yarn install --mode update-lockfile
5252

5353
- name: Run build
5454
run: yarn build

0 commit comments

Comments
 (0)