Skip to content

Commit ccdc81c

Browse files
committed
fix
1 parent 594e4f9 commit ccdc81c

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 --mode update-lockfile
51+
run: yarn install --no-immutable
5252

5353
- name: Run build
5454
run: yarn build

0 commit comments

Comments
 (0)