We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 594e4f9 commit ccdc81cCopy full SHA for ccdc81c
.github/workflows/update-hyperlane-deps.yml
@@ -48,7 +48,7 @@ jobs:
48
npm pkg set devDependencies.@hyperlane-xyz/utils=${{ steps.get-versions.outputs.utils }}
49
50
- name: Install dependencies
51
- run: yarn install --mode update-lockfile
+ run: yarn install --no-immutable
52
53
- name: Run build
54
run: yarn build
0 commit comments