We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86e90b7 commit 594e4f9Copy full SHA for 594e4f9
.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
+ run: yarn install --mode update-lockfile
52
53
- name: Run build
54
run: yarn build
0 commit comments