Skip to content

Commit f745cf7

Browse files
ci: add legacy-peer-deps to bankrun tests install
Updated .github/workflows/build.yml to use `npm install --legacy-peer-deps` in the bankrun tests step. This was missed in the previous fix and caused the CI to fail again with the same peer dependency error. Co-authored-by: ethan-hurst <23321960+ethan-hurst@users.noreply.github.com>
1 parent 386a71e commit f745cf7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Run Bankrun Tests (Program)
3939
run: |
4040
cd tests/bankrun
41-
npm install
41+
npm install --legacy-peer-deps
4242
npm test
4343
4444
- name: Run Verifiable Build

0 commit comments

Comments
 (0)