8989 - name : Cache Cargo dependencies
9090 uses : Swatinem/rust-cache@v2
9191 - name : Install packages
92- run : yarn install --frozen-lockfile --ignore-optional
92+ run : yarn install --immutable
9393 - name : Lint js
9494 shell : bash
9595 run : yarn lint-js
@@ -117,7 +117,7 @@ jobs:
117117 node-version : " ${{ env.NODE_VERSION }}"
118118 cache : yarn
119119 - name : Install packages
120- run : yarn install --frozen-lockfile --ignore-optional
120+ run : yarn install --immutable
121121 - name : Download SVM artifacts
122122 uses : actions/download-artifact@v4
123123 with :
@@ -144,7 +144,7 @@ jobs:
144144 node-version : " ${{ env.NODE_VERSION }}"
145145 cache : yarn
146146 - name : Install packages
147- run : yarn install --frozen-lockfile --ignore-optional
147+ run : yarn install --immutable
148148 - name : Setup Anchor & Solana
149149 uses : ./.github/actions/setup-solana-anchor
150150 with :
@@ -200,7 +200,7 @@ jobs:
200200 node-version : " ${{ env.NODE_VERSION }}"
201201 cache : yarn
202202 - name : Install packages
203- run : yarn install --frozen-lockfile --ignore-optional
203+ run : yarn install --immutable
204204 - name : Download SVM artifacts
205205 uses : actions/download-artifact@v4
206206 with :
@@ -225,7 +225,7 @@ jobs:
225225 node-version : " ${{ env.NODE_VERSION }}"
226226 cache : yarn
227227 - name : Install packages
228- run : yarn install --frozen-lockfile --ignore-optional
228+ run : yarn install --immutable
229229 - name : Install Foundry
230230 uses : foundry-rs/foundry-toolchain@v1
231231 - name : Install forge dependencies
0 commit comments