There was an error while loading. Please reload this page.
1 parent ffe6f2b commit 7a88205Copy full SHA for 7a88205
1 file changed
.github/workflows/release.yml
@@ -27,6 +27,9 @@ jobs:
27
- name: Enable Corepack
28
run: corepack enable
29
30
+ - name: Install dependencies
31
+ run: yarn install --immutable
32
+
33
- uses: Swatinem/rust-cache@v2
34
35
- name: Install npm CLI
0 commit comments