Skip to content
This repository was archived by the owner on Aug 26, 2024. It is now read-only.

Commit d8009fe

Browse files
committed
fix: ci
1 parent 0fa3ab2 commit d8009fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pull-request-build-and-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
submodules: recursive
4949

5050
- name: Install Npm dependencies
51-
run: npm install
51+
run: npm install --force
5252

5353
- name: Install Foundry
5454
uses: foundry-rs/foundry-toolchain@v1
@@ -88,7 +88,7 @@ jobs:
8888
submodules: recursive
8989

9090
- name: Install Npm dependencies
91-
run: npm install
91+
run: npm install --force
9292

9393
- name: Install Foundry
9494
uses: foundry-rs/foundry-toolchain@v1

0 commit comments

Comments
 (0)